Home
last modified time | relevance | path

Searched refs:kFirstRunSentinel (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/first_run/
H A Dfirst_run_unittest.cc103 ASSERT_TRUE(base::GetFileInfo(user_data_dir.Append(chrome::kFirstRunSentinel), in TEST_F()
114 user_data_dir.Append(chrome::kFirstRunSentinel), &info)); in TEST_F()
H A Dfirst_run.cc222 *path = user_data_dir.Append(chrome::kFirstRunSentinel); in GetFirstRunSentinelFilePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchrome_constants.h55 extern const base::FilePath::CharType kFirstRunSentinel[];
H A Dchrome_constants.cc152 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dchrome_constants.h55 extern const base::FilePath::CharType kFirstRunSentinel[];
H A Dchrome_constants.cc153 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dinstall_util.cc300 base::PathExists(user_data_dir.Append(chrome::kFirstRunSentinel)); in IsFirstRunSentinelPresent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/
H A Dchrome_launcher.cc1141 user_data_dir.Append(chrome::kFirstRunSentinel), "", 0) != 0) { in PrepareUserDataDir()