HomeSort by relevance Sort by last modified time
    Searched refs:first_run_sentinel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/first_run/
first_run_internal_posix.cc 51 base::FilePath first_run_sentinel; local
53 if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel))
56 *path = first_run_sentinel.Append(chrome::kFirstRunSentinel);
first_run.cc 572 base::FilePath first_run_sentinel; local
573 if (!internal::GetFirstRunSentinelFilePath(&first_run_sentinel))
575 return file_util::WriteFile(first_run_sentinel, "", 0) != -1;
607 base::FilePath first_run_sentinel; local
614 internal::GetFirstRunSentinelFilePath(&first_run_sentinel) &&
615 !base::PathExists(first_run_sentinel)) {
648 base::FilePath first_run_sentinel; local
649 if (!internal::GetFirstRunSentinelFilePath(&first_run_sentinel))
651 return base::DeleteFile(first_run_sentinel, false);
  /external/chromium_org/chrome/installer/util/
eula_util.cc 25 base::FilePath first_run_sentinel; local
28 &first_run_sentinel)
29 && !base::PathExists(first_run_sentinel);
  /external/chromium/chrome/browser/first_run/
first_run.cc 334 FilePath first_run_sentinel;
335 if (!GetFirstRunSentinelFilePath(&first_run_sentinel) ||
336 file_util::PathExists(first_run_sentinel)) {
346 FilePath first_run_sentinel; local
347 if (!GetFirstRunSentinelFilePath(&first_run_sentinel))
349 return file_util::Delete(first_run_sentinel, false);
354 FilePath first_run_sentinel; local
355 if (!GetFirstRunSentinelFilePath(&first_run_sentinel))
357 return file_util::WriteFile(first_run_sentinel, "", 0) != -1;
461 FilePath first_run_sentinel; local
    [all...]
  /external/chromium_org/chrome/installer/setup/
install.cc 681 base::FilePath first_run_sentinel; local
683 chrome::kFirstRunSentinel, chrome.distribution(), &first_run_sentinel);
688 (!force && base::PathExists(first_run_sentinel) ?
setup_main.cc 691 base::FilePath first_run_sentinel; local
693 chrome::kFirstRunSentinel, dist, &first_run_sentinel);
694 if (base::PathExists(first_run_sentinel)) {
    [all...]

Completed in 194 milliseconds