OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRIVE
(Results
1 - 4
of
4
) 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
...]
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/content/browser/fileapi/
file_system_context_unittest.cc
21
#define
DRIVE
FPL("C:")
23
#define
DRIVE
108
base::FilePath(
DRIVE
FPL("/test/isolated/root")),
115
base::FilePath(
DRIVE
FPL("/test/sys/"))));
126
DRIVE
FPL("/test/isolated/root/file")).NormalizePathSeparators(),
140
DRIVE
FPL("/test/sys/root/file")).NormalizePathSeparators(),
159
base::FilePath(
DRIVE
FPL("/test/sys/"))));
178
DRIVE
FPL("/test/sys/root/file")).NormalizePathSeparators(),
197
base::FilePath(
DRIVE
FPL("/test/isolated/root")),
204
base::FilePath(
DRIVE
FPL("/test/sys/"))))
[
all
...]
Completed in 94 milliseconds