OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDriveOtherDirLocalId
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.h
37
const char
kDriveOtherDirLocalId
[] = "<other>";
resource_metadata.cc
130
if (!storage_->GetEntry(util::
kDriveOtherDirLocalId
, &entry)) {
134
other_dir.set_resource_id(util::
kDriveOtherDirLocalId
);
135
other_dir.set_local_id(util::
kDriveOtherDirLocalId
);
216
id == util::
kDriveOtherDirLocalId
||
resource_entry_conversion.cc
64
parent_resource_id = util::
kDriveOtherDirLocalId
;
resource_entry_conversion_unittest.cc
35
EXPECT_EQ(util::
kDriveOtherDirLocalId
, parent_resource_id);
112
EXPECT_EQ(util::
kDriveOtherDirLocalId
, parent_resource_id);
266
EXPECT_EQ(util::
kDriveOtherDirLocalId
, parent_resource_id);
file_system_util.cc
171
resource_id ==
kDriveOtherDirLocalId
;
change_list_processor_unittest.cc
173
util::
kDriveOtherDirLocalId
, FILE},
file_system.cc
702
if (entry->local_id() == util::
kDriveOtherDirLocalId
) {
[
all
...]
file_system_unittest.cc
328
EXPECT_EQ(util::
kDriveOtherDirLocalId
, entry->resource_id());
/external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer.cc
29
entry.set_parent_local_id(util::
kDriveOtherDirLocalId
);
200
if (parent_resource_id == util::
kDriveOtherDirLocalId
) {
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation.cc
64
entry.set_parent_local_id(util::
kDriveOtherDirLocalId
);
Completed in 117 milliseconds