Home | History | Annotate | Download | only in fileapi

Lines Matching refs:FPL

13 #define FPL(x) FILE_PATH_LITERAL(x)
16 #define DRIVE FPL("C:")
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")),
39 base::FilePath(DRIVE FPL("/f/b.txt")),
116 kFileSystemTypeNativeLocal, base::FilePath(DRIVE FPL("/foo")), NULL);
171 { FPL("foo"), true },
172 { FPL("foo/bar"), true },
173 { FPL(".."), false },
174 { FPL("foo/.."), false },
175 { FPL("foo/../bar"), false },
181 { FPL("foo\\..\\baz"), SHOULD_FAIL_WITH_WIN_SEPARATORS },
182 { FPL("foo/..\\baz"), SHOULD_FAIL_WITH_WIN_SEPARATORS },
215 { FPL("foo"), true },
216 { FPL("foo/bar"), true },
217 { FPL(".."), false },
218 { FPL("foo/.."), false },
219 { FPL("foo/../bar"), false },
225 { FPL("foo\\..\\baz"), SHOULD_FAIL_WITH_WIN_SEPARATORS },
226 { FPL("foo/..\\baz"), SHOULD_FAIL_WITH_WIN_SEPARATORS },
265 ASSERT_EQ(FPL(""), cracked_path.value());
278 const base::FilePath test_path(FPL("/mount"));
311 base::FilePath(FPL("relpath")));
316 base::FilePath database_root = base::FilePath(DRIVE FPL("/database_path"));