Home | History | Annotate | Download | only in ppapi

Lines Matching defs:test_path

141   base::FilePath test_path;
142 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path));
143 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
144 test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
145 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
148 EXPECT_TRUE(base::PathExists(test_path));
150 GURL test_url = net::FilePathToFileURL(test_path);