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

  /external/chromium_org/chrome_elf/
chrome_elf_constants.cc 16 const wchar_t kAppDataDirName[] = L"Google\\Chrome";
18 const wchar_t kAppDataDirName[] = L"Chromium";
chrome_elf_constants.h 13 extern const wchar_t kAppDataDirName[];
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 369 base::FilePath local_prefs_path = local_path.Append(kAppDataDirName).Append(
371 base::FilePath local_state_path = local_path.Append(kAppDataDirName).Append(
373 base::FilePath local_junk_path = local_path.Append(kAppDataDirName).Append(
chrome_create_file.cc 316 kCanaryAppDataDirName : kAppDataDirName) ||

Completed in 68 milliseconds