HomeSort by relevance Sort by last modified time
    Searched defs:DRIVE (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
file_system_url_unittest.cc 16 #define DRIVE FPL("C:")
18 #define DRIVE FPL("/a/")
external_mount_points_unittest.cc 16 #define DRIVE FPL("C:")
18 #define DRIVE
43 { "test", DRIVE FPL("/foo/test"), true, DRIVE FPL("/foo/test") },
45 { "bbb", DRIVE FPL("/bbb"), true, DRIVE FPL("/bbb") },
47 { "test11", DRIVE FPL("/foo/test11"), true, DRIVE FPL("/foo/test11") },
49 { "test1", DRIVE FPL("/foo/test1"), true, DRIVE FPL("/foo/test1") }
    [all...]
file_system_context_unittest.cc 21 #define DRIVE FPL("C:")
23 #define DRIVE
109 base::FilePath(DRIVE FPL("/test/isolated/root")),
115 base::FilePath(DRIVE FPL("/test/sys/"))));
125 base::FilePath(DRIVE FPL("/test/isolated/root/file")).NormalizePathSeparators(),
139 DRIVE FPL("/test/sys/root/file")).NormalizePathSeparators(),
157 base::FilePath(DRIVE FPL("/test/sys/"))));
176 DRIVE FPL("/test/sys/root/file")).NormalizePathSeparators(),
195 base::FilePath(DRIVE FPL("/test/isolated/root")),
201 base::FilePath(DRIVE FPL("/test/sys/"))))
    [all...]
isolated_context_unittest.cc 16 #define DRIVE FPL("C:")
18 #define DRIVE
28 base::FilePath(DRIVE FPL("/a/b.txt")),
29 base::FilePath(DRIVE FPL("/c/d/e")),
30 base::FilePath(DRIVE FPL("/h/")),
31 base::FilePath(DRIVE FPL("/")),
33 base::FilePath(DRIVE FPL("\\foo\\bar")),
34 base::FilePath(DRIVE FPL("\\")),
37 base::FilePath(DRIVE FPL("/")),
38 base::FilePath(DRIVE FPL("/f/e"))
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
path_util.js 15 DRIVE: 'drive',
29 DRIVE: '/drive',
36 * Sub root directory for Drive. "root" and "other". This is not used now.
68 * Checks |path| and return true if it is under Google Drive or a sepecial
69 * search root which represents a special search from Google Drive.
71 * @return {boolean} True if the given path represents a Drive based path.
75 return rootType === RootType.DRIVE ||
206 * @return {RootType} RootType.DOWNLOADS, RootType.DRIVE etc
    [all...]

Completed in 257 milliseconds