OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCacheRootPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h
145
base::FilePath
GetCacheRootPath
(Profile* profile);
file_system_util_unittest.cc
185
TEST(FileSystemUtilTest,
GetCacheRootPath
) {
189
util::
GetCacheRootPath
(&profile));
drive_integration_service.cc
213
test_cache_root : util::
GetCacheRootPath
(profile)),
file_system_util.cc
265
base::FilePath
GetCacheRootPath
(Profile* profile) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
683
const base::FilePath root_path = drive::util::
GetCacheRootPath
(profile);
[
all
...]
Completed in 51 milliseconds