OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDriveMyDriveRootDirName
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h
47
const base::FilePath::CharType
kDriveMyDriveRootDirName
[] =
fake_file_system_unittest.cc
145
EXPECT_EQ(util::
kDriveMyDriveRootDirName
, entry->title());
fake_file_system.cc
329
root->set_title(util::
kDriveMyDriveRootDirName
);
file_system_util.cc
179
mydrive_root.set_title(util::
kDriveMyDriveRootDirName
);
search_metadata_unittest.cc
74
util::
kDriveMyDriveRootDirName
, "root", 100,
file_system_unittest.cc
429
EXPECT_EQ(1U, found.count(base::FilePath(util::
kDriveMyDriveRootDirName
)));
Completed in 51 milliseconds