Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/tests/
Dfate-run.sh13 target_path=$4
36 target_path(){ function
79 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
80 $target_exec $target_path/"$@"
84 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
85 $target_exec $target_path/"$@" >&3
161 ffmpeg -y "$@" $(target_path $encfile) || return
179 src_file=$(target_path $4)
183 encfile=$(target_path ${encfile})
204 tsrcfile=$(target_path $srcfile)
[all …]
Dfate.sh63 ${target_path:+--target-path="$target_path"} \
/third_party/node/tools/
Dinstall.py56 target_path = abspath(install_path, dst, os.path.basename(path))
58 target_path = abspath(install_path, dst)
59 return path, target_path
62 source_path, target_path = mkpaths(path, dst)
63 print('installing %s' % target_path)
64 try_mkdir_r(os.path.dirname(target_path))
65 try_unlink(target_path) # prevent ETXTBSY errors
66 return shutil.copy2(source_path, target_path)
69 source_path, target_path = mkpaths(path, dst)
70 print('removing %s' % target_path)
[all …]
/third_party/boost/tools/build/test/toolset-mock/src/
Dgcc-4.8.3-linux.py18 …+", "-Wl,-rpath", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-rpath-link",…
24 …', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-gnu-4.8.3/release/libl1.so')), '-Wl,-rpath-link'…
30 …,-rpath', arg('-Wl,', target_path('bin/gcc-gnu-4.8.3/debug/threading-multi/libl1.so')), '-Wl,-rpat…
47 …+", "-Wl,-rpath", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-rpath-link",…
Dgcc-4.2.1-darwin.py19 …command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/debug/target-os-darwin/…
25 …command('g++', '-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/release/target-os-darwi…
/third_party/skia/bin/
Dfetch-clang-format18 target_path = 'buildtools/linux64/' + target if 'linux' in sys.platform else \
22 sha1_path = target_path + '.sha1'
35 if sha1_of_file(target_path) != sha1:
36 with open(target_path, 'wb') as f:
40 os.chmod(target_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR |
44 target_copy_path = os.path.join('bin', os.path.basename(target_path))
46 shutil.copy(target_path, target_copy_path)
/third_party/flutter/skia/bin/
Dfetch-clang-format18 target_path = 'buildtools/linux64/' + target if 'linux' in sys.platform else \
22 sha1_path = target_path + '.sha1'
35 if sha1_of_file(target_path) != sha1:
36 with open(target_path, 'wb') as f:
40 os.chmod(target_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR |
44 target_copy_path = os.path.join('bin', os.path.basename(target_path))
46 shutil.copy(target_path, target_copy_path)
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
Dtjbench-gtest-wrapper.cpp70 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
71 target_path = target_path.AppendASCII("testout_tile.ppm"); in SetUpTestSuite()
73 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite()
76 std::string arg1 = target_path.MaybeAsASCII(); in SetUpTestSuite()
140 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
141 target_path = target_path.AppendASCII("testout_tilem.ppm"); in SetUpTestSuite()
143 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite()
146 std::string arg1 = target_path.MaybeAsASCII(); in SetUpTestSuite()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc281 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
282 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
285 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
306 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
308 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
310 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
335 base::FilePath target_path(FILE_PATH_LITERAL("/evil.txt")); in TEST_F() local
336 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
338 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
348 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
[all …]
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc281 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
282 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
285 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
306 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
308 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
310 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
335 base::FilePath target_path(FILE_PATH_LITERAL("/evil.txt")); in TEST_F() local
336 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
338 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
348 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc281 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
282 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
285 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
306 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
308 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
310 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
335 base::FilePath target_path(FILE_PATH_LITERAL("/evil.txt")); in TEST_F() local
336 ASSERT_TRUE(LocateAndOpenEntry(&reader, target_path)); in TEST_F()
338 EXPECT_EQ(target_path, current_entry_info->file_path()); in TEST_F()
348 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
[all …]
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dmacos_build_flutter_assets.sh31 target_path="lib/main.dart"
33 target_path="${FLUTTER_TARGET}"
75 -dTargetFile="${target_path}" \
Dxcode_backend.sh44 local target_path="lib/main.dart"
46 target_path="${FLUTTER_TARGET}"
153 AssertExists "${target_path}"
187 --target="${target_path}" \
264 --target="${target_path}" \
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmac_tool.py392 target_path = os.path.join(
399 shutil.copy2(source_path, target_path)
400 return target_path
417 target_path = os.path.join(
421 shutil.copy2(source_path, target_path)
574 target_path = os.path.join(
581 shutil.copy2(source_path, target_path)
582 data = self._LoadPlistMaybeBinary(target_path)
588 plistlib.writePlist(data, target_path)
589 return target_path
/third_party/e2fsprogs/contrib/android/
Dbasefs_allocator.h11 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path,
13 errcode_t base_fs_alloc_unset_target(ext2_filsys fs, const char *target_path,
Dbasefs_allocator.c355 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path, in base_fs_alloc_set_target() argument
367 target_path, in base_fs_alloc_set_target()
368 strlen(target_path)); in base_fs_alloc_set_target()
375 const char *target_path EXT2FS_ATTR((unused)), in base_fs_alloc_unset_target()
/third_party/glib/gio/tests/
Dlive-g-file.c1362 const char *target_path; in main() local
1381 target_path = NULL; in main()
1394 target_path = DEFAULT_TEST_DIR; in main()
1414 target_path = strdup (argv[1]); in main()
1416 if (! target_path) in main()
1428 g_test_add_data_func ("/live-g-file/prep_clean_structure", target_path, in main()
1433 g_test_add_data_func ("/live-g-file/create_structure", target_path, in main()
1438 g_test_add_data_func ("/live-g-file/test_initial_structure", target_path, in main()
1443 g_test_add_data_func ("/live-g-file/test_traverse_structure", target_path, in main()
1448 g_test_add_data_func ("/live-g-file/test_enumerate", target_path, in main()
[all …]
/third_party/musl/scripts/
Dsearch_source_files.py26 target_path = path + "/" + arch
27 if os.path.isdir(target_path):
28 src_list = os.listdir(target_path)
30 cur_path = os.path.join(target_path, src)
/third_party/e2fsprogs/misc/
Dcreate_inode.h28 errcode_t (* create_new_inode)(ext2_filsys fs, const char *target_path,
32 const char *target_path, const char *name,
/third_party/gn/src/base/files/
Dfile_util_posix.cc278 bool CreateSymbolicLink(const FilePath& target_path, in CreateSymbolicLink() argument
281 DCHECK(!target_path.empty()); in CreateSymbolicLink()
282 return ::symlink(target_path.value().c_str(), symlink_path.value().c_str()) != in CreateSymbolicLink()
286 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() argument
288 DCHECK(target_path); in ReadSymbolicLink()
293 target_path->clear(); in ReadSymbolicLink()
297 *target_path = FilePath(FilePath::StringType(buf, count)); in ReadSymbolicLink()
/third_party/boost/tools/build/src/tools/types/
Dxml.jam38 local target_path = [ NORMALIZE_PATH $(binding:D) ] ;
42 SEARCH on $(matches) = $(target_path) $(self.includes:G=) ;
/third_party/node/tools/gyp/pylib/gyp/
Dmac_tool.py488 target_path = os.path.join(
493 shutil.copy2(source_path, target_path)
659 target_path = os.path.join(
664 shutil.copy2(source_path, target_path)
665 data = self._LoadPlistMaybeBinary(target_path)
671 plistlib.writePlist(data, target_path)
672 return target_path
/third_party/boost/tools/build/src/tools/
Dsymlink.py96 target_path = bjam.call("get-target-variable", targets[0], "LOCATE")[0]
97 rel = os.path.relpath(source_path, target_path)
/third_party/boost/tools/build/src/build/
Dscanner.py119 target_path = os.path.normpath(os.path.dirname(binding[0]))
123 [target_path] + self.includes)
/third_party/boost/tools/inspect/
Dlink_check.cpp426 path target_path; in do_url() local
427 try { target_path = source_path.branch_path() /= path( decoded_path ); } in do_url()
441 relative_to( target_path, search_root_path() ), 0 ); in do_url()
445 if ( fs::exists( target_path ) ) entry.second = m_present; in do_url()

12