/third_party/ffmpeg/tests/ |
D | fate-run.sh | 13 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 …]
|
D | fate.sh | 62 ${target_path:+--target-path="$target_path"} \
|
/third_party/node/tools/ |
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/zlib/google/ |
D | zip_reader_unittest.cc | 281 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/ |
D | zip_reader_unittest.cc | 286 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/ |
D | zip_reader_unittest.cc | 284 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/ |
D | tjbench-gtest-wrapper.cpp | 70 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/ |
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/tools/v8windbg/ |
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/ |
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/ |
D | file_util_posix.cc | 278 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/ |
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/ |
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/ |
D | run_ts_case.py | 154 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/ |
D | fate_config.sh.template | 21 target_path=
|
/third_party/libabigail/include/ |
D | abg-tools-utils.h | 49 string& target_path);
|
/third_party/libabigail/src/ |
D | abg-tools-utils.cc | 654 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/ |
D | posixmodule.c | 4301 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/ |
D | test_posix.py | 2048 target_path = os.path.join(base_path, "target")
|
/third_party/ffmpeg/ |
D | configure | 3959 target_path='$(CURDIR)' 7749 TARGET_PATH=$target_path
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 3250 target_path = tmp; 3253 + Py_NormalizeSepsW(target_path); 3254 result = PyUnicode_FromWideChar(target_path, result_length);
|