OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestMountPoints
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc
147
const TestMountPoint
kTestMountPoints
[] = {
182
for (size_t i = 0; i < arraysize(
kTestMountPoints
); i++) {
184
kTestMountPoints
[i].mount_path,
185
DiskMountManager::MountPointInfo(
kTestMountPoints
[i].source_path,
186
kTestMountPoints
[i].mount_path,
187
kTestMountPoints
[i].mount_type,
188
kTestMountPoints
[i].mount_condition)
190
int disk_info_index =
kTestMountPoints
[i].disk_info_index;
191
if (
kTestMountPoints
[i].disk_info_index >= 0) {
197
kTestMountPoints
[i].source_path
[
all
...]
/external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc
81
const TestMountPointInfo
kTestMountPoints
[] = {
197
for (size_t i = 0; i < arraysize(
kTestMountPoints
); i++)
198
AddTestMountPoint(
kTestMountPoints
[i]);
Completed in 666 milliseconds