OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDriveGrandRootPath
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h
57
const base::FilePath&
GetDriveGrandRootPath
();
file_system_util.cc
114
const base::FilePath&
GetDriveGrandRootPath
() {
253
base::FilePath drive_path =
GetDriveGrandRootPath
();
change_list_loader_unittest.cc
251
util::
GetDriveGrandRootPath
()));
change_list_processor.cc
180
changed_dirs_.insert(util::
GetDriveGrandRootPath
());
change_list_loader.cc
824
const base::FilePath changed_directory_path(util::
GetDriveGrandRootPath
());
[
all
...]
file_system.cc
615
if (util::
GetDriveGrandRootPath
().IsParent(file_path)) {
[
all
...]
file_system_unittest.cc
479
EXPECT_TRUE(ReadDirectorySync(util::
GetDriveGrandRootPath
()));
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
711
const base::FilePath root_path = drive::util::
GetDriveGrandRootPath
();
[
all
...]
Completed in 238 milliseconds