Home
last modified time | relevance | path

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

/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
170 ffmpeg -y "$@" $(target_path $encfile) || return
188 src_file=$(target_path $4)
192 encfile=$(target_path ${encfile})
215 tsrcfile=$(target_path $srcfile)
[all …]
Dfate.sh62 ${target_path:+--target-path="$target_path"} \
/third_party/node/tools/
Dinstall.py57 target_path = abspath(install_path, dst, os.path.basename(path))
59 target_path = abspath(install_path, dst)
60 return path, target_path
63 source_path, target_path = mkpaths(path, dst)
64 print('installing %s' % target_path)
65 try_mkdir_r(os.path.dirname(target_path))
66 try_unlink(target_path) # prevent ETXTBSY errors
67 return shutil.copy2(source_path, target_path)
70 source_path, target_path = mkpaths(path, dst)
71 print('removing %s' % target_path)
[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/node/deps/zlib/google/
Dzip_reader_unittest.cc286 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
288 const ZipReader::Entry* entry = LocateAndOpenEntry(&reader, target_path); in TEST_F()
291 EXPECT_EQ(target_path, entry->path); in TEST_F()
304 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
306 const ZipReader::Entry* entry = LocateAndOpenEntry(&reader, target_path); in TEST_F()
308 EXPECT_EQ(target_path, entry->path); in TEST_F()
316 base::FilePath target_path = base::FilePath::FromUTF8Unsafe(".�.�evil.txt"); in TEST_F() local
317 const ZipReader::Entry* entry = LocateAndOpenEntry(&reader, target_path); in TEST_F()
319 EXPECT_EQ(target_path, entry->path); in TEST_F()
376 base::FilePath target_path(FILE_PATH_LITERAL("ROOT/evil.txt")); in TEST_F() local
[all …]
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader_unittest.cc284 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
286 const ZipReader::Entry* entry = LocateAndOpenEntry(&reader, target_path); in TEST_F()
289 EXPECT_EQ(target_path, entry->path); in TEST_F()
310 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
312 const ZipReader::Entry* entry = LocateAndOpenEntry(&reader, target_path); in TEST_F()
314 EXPECT_EQ(target_path, entry->path); in TEST_F()
322 base::FilePath target_path = base::FilePath::FromUTF8Unsafe(".�.�evil.txt"); in TEST_F() local
323 const ZipReader::Entry* entry = LocateAndOpenEntry(&reader, target_path); in TEST_F()
325 EXPECT_EQ(target_path, entry->path); in TEST_F()
382 base::FilePath target_path(FILE_PATH_LITERAL("ROOT/evil.txt")); in TEST_F() local
[all …]
/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/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/node/deps/v8/tools/v8windbg/
Dcopy-prereqs.py32 target_path = os.path.join(target_dir, debug_file)
33 vs_toolchain._CopyRuntimeImpl(target_path, full_path, verbose=False)
36 os.utime(target_path, None)
/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/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/node/tools/gyp/pylib/gyp/
Dmac_tool.py483 target_path = os.path.join(
488 shutil.copy2(source_path, target_path)
654 target_path = os.path.join(
659 shutil.copy2(source_path, target_path)
660 data = self._LoadPlistMaybeBinary(target_path)
666 plistlib.writePlist(data, target_path)
667 return target_path
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmac_tool.py483 target_path = os.path.join(
488 shutil.copy2(source_path, target_path)
654 target_path = os.path.join(
659 shutil.copy2(source_path, target_path)
660 data = self._LoadPlistMaybeBinary(target_path)
666 plistlib.writePlist(data, target_path)
667 return target_path
/third_party/typescript/tests/ts_extra_tests/
Drun_ts_case.py154 for target_path in args.release:
155 …files = list_all_test_files_in_dir("%s/%s" % (TEMP_DIR_NAME, target_path), None, args.limit_versio…
/third_party/ffmpeg/doc/
Dfate_config.sh.template21 target_path=
/third_party/libabigail/include/
Dabg-tools-utils.h49 string& target_path);
/third_party/libabigail/src/
Dabg-tools-utils.cc654 string& target_path) in maybe_get_symlink_target_file_path() argument
668 target_path = link_target_path; in maybe_get_symlink_target_file_path()
/third_party/python/Modules/
Dposixmodule.c4301 wchar_t buf[MAXPATHLEN], *target_path = buf; in os__getfinalpathname_impl() local
4326 result_length = GetFinalPathNameByHandleW(hFile, target_path, in os__getfinalpathname_impl()
4341 tmp = PyMem_Realloc(target_path != buf ? target_path : NULL, in os__getfinalpathname_impl()
4349 target_path = tmp; in os__getfinalpathname_impl()
4352 result = PyUnicode_FromWideChar(target_path, result_length); in os__getfinalpathname_impl()
4358 if (target_path != buf) { in os__getfinalpathname_impl()
4359 PyMem_Free(target_path); in os__getfinalpathname_impl()
/third_party/python/Lib/test/
Dtest_posix.py2048 target_path = os.path.join(base_path, "target")
/third_party/ffmpeg/
Dconfigure3959 target_path='$(CURDIR)'
7749 TARGET_PATH=$target_path
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3250 target_path = tmp;
3253 + Py_NormalizeSepsW(target_path);
3254 result = PyUnicode_FromWideChar(target_path, result_length);