Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 25 of 107) sorted by relevance

12345

/external/libchrome/base/files/
Dfile_enumerator_unittest.cc68 RunEnumerator(temp_dir.GetPath(), true, in TEST()
79 const FilePath& path = temp_dir.GetPath(); in TEST()
85 temp_dir.GetPath(), true, FileEnumerator::FILES, kEmptyPattern, policy); in TEST()
94 const FilePath& path = temp_dir.GetPath(); in TEST()
108 const FilePath& path = temp_dir.GetPath(); in TEST()
127 const FilePath& path = temp_dir.GetPath(); in TEST()
156 const FilePath& path = temp_dir.GetPath(); in TEST()
172 const FilePath& path = temp_dir.GetPath(); in TEST()
180 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST()
188 const FilePath& path = temp_dir.GetPath(); in TEST()
[all …]
Dfile_path_watcher_unittest.cc172 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest"); in test_file()
176 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk"); in test_link()
253 FilePath source_file(temp_dir_.GetPath().AppendASCII("source")); in TEST_F()
339 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
363 FilePath path(temp_dir_.GetPath()); in TEST_F()
376 FilePath sub_path(temp_dir_.GetPath()); in TEST_F()
398 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
427 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
460 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
461 FilePath dest(temp_dir_.GetPath().AppendASCII("dest")); in TEST_F()
[all …]
Dfile_unittest.cc24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST()
98 file_path = temp_dir.GetPath().AppendASCII("create_file_2"); in TEST()
113 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST()
123 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST()
141 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST()
168 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST()
252 FilePath nonexistent_path(temp_dir.GetPath().AppendASCII("nonexistent")); in TEST()
263 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST()
315 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST()
374 File file(temp_dir.GetPath().AppendASCII("touch_get_info_file"),
[all …]
Dscoped_temp_dir_unittest.cc56 test_path = dir.GetPath(); in TEST()
75 test_path = dir.GetPath(); in TEST()
102 base::File file(dir.GetPath().Append(FILE_PATH_LITERAL("temp")), in TEST()
107 EXPECT_FALSE(dir.GetPath().empty()); // We should still have a valid path. in TEST()
/external/libbrillo/policy/tests/
Dresilient_policy_util_unittest.cc34 base::FilePath file0(temp_dir.GetPath().Append("policy")); in TEST()
35 base::FilePath file1(temp_dir.GetPath().Append("policy.12")); in TEST()
36 base::FilePath file2(temp_dir.GetPath().Append("policy.2")); in TEST()
37 base::FilePath file3(temp_dir.GetPath().Append("policy.30")); in TEST()
38 base::FilePath invalid(temp_dir.GetPath().Append("policy_4")); in TEST()
46 temp_dir.GetPath().Append(kDefaultResilientPolicyFilePath)); in TEST()
Dpolicy_util_unittest.cc23 base::FilePath invalid_policy_data_path(temp_dir.GetPath().Append("policy")); in TEST()
24 base::FilePath inexistent_file(temp_dir.GetPath().Append("policy.1")); in TEST()
25 base::FilePath good_policy_data_path(temp_dir.GetPath().Append("policy.2")); in TEST()
/external/libbrillo/brillo/
Dosrelease_reader_unittest.cc19 osreleased_ = temp_dir_.GetPath().Append("etc").Append("os-release.d"); in SetUp()
20 osrelease_ = temp_dir_.GetPath().Append("etc").Append("os-release"); in SetUp()
31 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F()
36 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F()
49 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F()
83 store_.LoadTestingOnly(temp_dir_.GetPath()); in TEST_F()
Dfile_utils_unittest.cc40 file_path_ = temp_dir_.GetPath().Append("test.temp"); in FileUtilsTest()
71 return temp_dir_.GetPath().Append(GetRandomSuffix()); in GetTempName()
90 file_path_ = temp_dir_.GetPath().Append("foo/bar/baz/test.temp"); in TEST_F()
109 base::FilePath symlink_target = temp_dir_.GetPath().Append("target.temp"); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc192 string GetPath(const GeneratorOptions& options, in GetPath() function
205 string GetPath(const GeneratorOptions& options,
216 prefix = GetPath(options, file_descriptor); in GetPrefix()
218 prefix = GetPath(options, containing_type); in GetPrefix()
231 string GetPath(const GeneratorOptions& options, in GetPath() function
241 string GetPath(const GeneratorOptions& options, in GetPath() function
243 return GetPath(options, descriptor->containing_type()); in GetPath()
248 string GetPath(const GeneratorOptions& options, in GetPath() function
258 string GetPath(const GeneratorOptions& options, in GetPath() function
260 return GetPath( in GetPath()
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestCredentials.cs43 return GetPath("data/ca.pem");
51 return GetPath("data/server1.pem");
59 return GetPath("data/server1.key");
76 private static string GetPath(string relativePath) in GetPath() method in Grpc.IntegrationTesting.TestCredentials
/external/libbrillo/brillo/http/
Dhttp_form_data_unittest.cc45 base::FilePath file_name = dir.GetPath().Append("sample.txt"); in TEST()
73 base::FilePath filename1 = dir.GetPath().Append("sample.txt"); in TEST()
78 base::FilePath filename2 = dir.GetPath().Append("test.bin"); in TEST()
148 base::FilePath filename1 = dir.GetPath().Append("sample.txt"); in TEST()
153 base::FilePath filename2 = dir.GetPath().Append("test.bin"); in TEST()
/external/libchrome/mojo/public/cpp/base/
Dfile_unittest.cc19 temp_dir.GetPath().AppendASCII("test_file.txt"), in TEST()
42 base::FilePath path = temp_dir.GetPath().AppendASCII("async_test_file.txt"); in TEST()
63 temp_dir.GetPath().AppendASCII("test_file.txt"), in TEST()
/external/u-boot/tools/binman/
Delf.py102 (section.GetPath(), name, entry.GetPath()))
106 'size is %x' % (entry.GetPath(), offset,
Delf_test.py40 def GetPath(self): member in FakeEntry
47 def GetPath(self): member in FakeSection
/external/u-boot/tools/patman/
Dfunc_test.py43 def GetPath(fname): member in TestFunctional
49 return open(self.GetPath(fname)).read()
63 shutil.copy(self.GetPath(src_fname), fname)
69 shutil.copy(self.GetPath(src_fname), fname)
/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp26 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { in GetPath() function in CPDF_ClipPath
46 rect = GetPath(0).GetBoundingBox(); in GetClipBox()
48 CFX_FloatRect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox()
/external/lzma/CPP/Windows/
DFileDir.h72 const FString &GetPath() const { return _path; } in GetPath() function
86 const FString &GetPath() const { return _path; } in GetPath() function
/external/skia/gm/
Dpictureimagegenerator.cpp37 SkTextUtils::GetPath("SKI", 3, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
39 SkTextUtils::GetPath("I", 1, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
44 SkTextUtils::GetPath(kSkiaStr, textLen, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
Dconvex_all_line_paths.cpp179 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM
269 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath()
296 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
/external/skqp/gm/
Dpictureimagegenerator.cpp37 SkTextUtils::GetPath("SKI", 3, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
39 SkTextUtils::GetPath("I", 1, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
44 SkTextUtils::GetPath(kSkiaStr, textLen, kUTF8_SkTextEncoding, 0, 0, font, &path); in draw_vector_logo()
Dconvex_all_line_paths.cpp179 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM
269 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath()
296 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
/external/libchrome/mojo/core/
Dplatform_handle_dispatcher_unittest.cc31 CreateAndOpenTemporaryFileInDir(temp_dir.GetPath(), &unused)); in TEST()
73 CreateAndOpenTemporaryFileInDir(temp_dir.GetPath(), &unused)); in TEST()
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST()
176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST()
436 temp_dir_.GetPath().AppendASCII("test_output.js"); in TEST_F()
462 temp_dir_.GetPath().AppendASCII("test_output.json"); in TEST_F()
/external/v8/tools/dev/
Dgm.py201 def GetPath(arch, mode): function
234 path = GetPath(self.arch, self.mode)
288 path = GetPath(a, m)
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_unittest.cc159 std::string GetPath(const std::string& root, const std::string& suffix) { in GetPath() function
170 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) || in ReadTestCase()
171 !ReadResultFile(GetPath(test, ".expected"), expected)) { in ReadTestCase()
186 EnumerateSourceRootRelativeDirectory(GetPath("", "")); in RunValidationTests()

12345