/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 13 target_path=$4 36 target_path(){ function 37 test ${1} = ${1#/} && p=${target_path}/ 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 [all...] |
H A D | fate.sh | 62 ${target_path:+--target-path="$target_path"} \
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader_unittest.cc | 281 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() 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() 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() 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_LITERA in TEST_F() [all...] |
/third_party/node/tools/ |
H A D | install.py | 57 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/libjpeg-turbo/gtest/ |
H A D | tjbench-gtest-wrapper.cpp | 70 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() 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() 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 in SetUpTestSuite() [all...] |
/third_party/skia/bin/ |
H A D | fetch-clang-format | 18 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/third_party/zlib/google/ |
H A D | zip_reader_unittest.cc | 284 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() 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() 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_LITERA in TEST_F() 577 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); TEST_F() local 611 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); TEST_F() local 642 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); TEST_F() local [all...] |
/third_party/node/deps/zlib/google/ |
H A D | zip_reader_unittest.cc | 286 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() 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() 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_LITERA in TEST_F() 563 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); TEST_F() local 597 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); TEST_F() local 628 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); TEST_F() local [all...] |
/third_party/node/deps/v8/tools/v8windbg/ |
H A D | copy-prereqs.py | 32 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/ |
H A D | search_source_files.py | 26 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/ |
H A D | file_util_posix.cc | 288 bool CreateSymbolicLink(const FilePath& target_path, in CreateSymbolicLink() argument 291 DCHECK(!target_path.empty()); in CreateSymbolicLink() 292 return ::symlink(target_path.value().c_str(), symlink_path.value().c_str()) != in CreateSymbolicLink() 296 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() argument 298 DCHECK(target_path); in ReadSymbolicLink() 303 target_path->clear(); in ReadSymbolicLink() 307 *target_path = FilePath(FilePath::StringType(buf, count)); in ReadSymbolicLink()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 483 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/ |
H A D | mac_tool.py | 483 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/ |
H A D | run_ts_case.py | 157 for target_path in args.release:
158 files = list_all_test_files_in_dir("%s/%s" % (TEMP_DIR_NAME, target_path), None, args.limit_version)
|
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 49 string& target_path);
|
/third_party/python/Lib/ |
H A D | tarfile.py | 766 target_path = os.path.realpath(os.path.join(dest_path, name)) 767 if os.path.commonpath([target_path, dest_path]) != dest_path: 768 raise OutsideDestinationError(member, target_path) 804 target_path = os.path.realpath(os.path.join(dest_path, member.linkname)) 805 if os.path.commonpath([target_path, dest_path]) != dest_path: 806 raise LinkOutsideDestinationError(member, target_path)
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 4376 wchar_t buf[MAXPATHLEN], *target_path = buf; in os__getfinalpathname_impl() local 4401 result_length = GetFinalPathNameByHandleW(hFile, target_path, in os__getfinalpathname_impl() 4416 tmp = PyMem_Realloc(target_path != buf ? target_path : NULL, in os__getfinalpathname_impl() 4424 target_path = tmp; in os__getfinalpathname_impl() 4427 result = PyUnicode_FromWideChar(target_path, result_length); in os__getfinalpathname_impl() 4433 if (target_path != buf) { in os__getfinalpathname_impl() 4434 PyMem_Free(target_path); in os__getfinalpathname_impl()
|
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 645 /// @param target_path this parameter is set by the function to the 650 /// the function sets @p target_path to the canonicalized absolute 654 string& target_path) in maybe_get_symlink_target_file_path() 668 target_path = link_target_path; in maybe_get_symlink_target_file_path() 653 maybe_get_symlink_target_file_path(const string& file_path, string& target_path) maybe_get_symlink_target_file_path() argument
|
/third_party/python/Lib/test/ |
H A D | test_posix.py | 2049 target_path = os.path.join(base_path, "target")
|
/third_party/ffmpeg/ |
H A D | configure | 2600 target_path 3959 target_path='$(CURDIR)' 7749 TARGET_PATH=$target_path
|