OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 448 milliseconds