Home
last modified time | relevance | path

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

1234

/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.cc22 file_path_ = temp_dir_.GetPath().Append("test.temp"); in FileUtilsTest()
78 file_path_ = temp_dir_.GetPath().Append("foo/bar/baz/test.temp"); in TEST_F()
97 base::FilePath symlink_target = temp_dir_.GetPath().Append("target.temp"); in TEST_F()
Dkey_value_store_unittest.cc43 base::FilePath temp_file_ = temp_dir_.GetPath().Append("temp.conf"); in TEST_F()
44 base::FilePath saved_temp_file_ = temp_dir_.GetPath().Append("saved_temp.conf"); in TEST_F()
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc167 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest"); in test_file()
171 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk"); in test_link()
245 FilePath source_file(temp_dir_.GetPath().AppendASCII("source")); in TEST_F()
334 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
358 FilePath path(temp_dir_.GetPath()); in TEST_F()
371 FilePath sub_path(temp_dir_.GetPath()); in TEST_F()
393 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
422 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
455 FilePath dir(temp_dir_.GetPath().AppendASCII("dir")); in TEST_F()
456 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()
96 file_path = temp_dir.GetPath().AppendASCII("create_file_2"); in TEST()
111 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST()
129 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST()
156 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST()
228 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST()
276 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST()
328 File file(temp_dir.GetPath().AppendASCII("touch_get_info_file"),
392 temp_dir.GetPath().AppendASCII("read_at_current_position");
417 temp_dir.GetPath().AppendASCII("write_at_current_position");
[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()
Dscoped_temp_dir.h52 const FilePath& GetPath() const;
/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/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/skia/gm/
Dconvex_all_line_paths.cpp175 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM
265 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath()
292 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
367 static void GetPath(int index, SkPath::Direction dir, in GetPath() function in skiagm::ConvexPolygonInsetGM
443 GetPath(index, SkPath::kCW_Direction, &data, &numPts); in drawPath()
466 GetPath(index, dirs[index % 2], &data, &numPts); in drawPath()
/external/skqp/gm/
Dconvex_all_line_paths.cpp175 static SkPath GetPath(int index, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM
265 SkPath path = GetPath(index, SkPath::kCW_Direction); in drawPath()
292 SkPath path = GetPath(index, dirs[i%2]); in drawPath()
367 static void GetPath(int index, SkPath::Direction dir, in GetPath() function in skiagm::ConvexPolygonInsetGM
443 GetPath(index, SkPath::kCW_Direction, &data, &numPts); in drawPath()
466 GetPath(index, dirs[index % 2], &data, &numPts); in drawPath()
/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.h59 const FString &GetPath() const { return _path; } in GetPath() function
73 const FString &GetPath() const { return _path; } in GetPath() function
/external/v8/tools/dev/
Dgm.py144 def GetPath(arch, mode): function
177 path = GetPath(self.arch, self.mode)
213 path = GetPath(a, m)
/external/libmojo/mojo/edk/system/
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.cc154 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST()
178 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST()
440 temp_dir_.GetPath().AppendASCII("test_output.js"); in TEST_F()
466 temp_dir_.GetPath().AppendASCII("test_output.json"); in TEST_F()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dvalidation_unittest.cc138 std::string GetPath(const std::string& root, const std::string& suffix) { in GetPath() function
149 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) || in ReadTestCase()
150 !ReadResultFile(GetPath(test, ".expected"), expected)) { in ReadTestCase()
166 EnumerateSourceRootRelativeDirectory(GetPath("", "")); in RunValidationTests()
/external/libchrome/crypto/
Dscoped_test_nss_chromeos_user.cc21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.GetPath()); in ScopedTestNSSChromeOSUser()
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Ddexdump.py10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
Daapt.py12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
/external/chromium-trace/catapult/devil/devil/android/sdk/
Ddexdump.py10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
Daapt.py12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
Dbuild_tools.py14 def GetPath(build_tool): function
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp77 CFX_XMLNode* CFX_XMLNode::GetPath(const wchar_t* pPath, in GetPath() function in CFX_XMLNode
119 pFind = pNode->GetPath(pStart, iLength, bQualifiedName); in GetPath()
130 return pFind->GetPath(pStart, iLength, bQualifiedName); in GetPath()
/external/libbrillo/brillo/streams/
Dfile_stream_unittest.cc718 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
746 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
775 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
797 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
812 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
831 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
853 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
872 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
890 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()
906 base::FilePath path = temp_dir.GetPath().Append(base::FilePath{"test.dat"}); in TEST_F()

1234