Home
last modified time | relevance | path

Searched defs:src_dir (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libffi/
Dgenerate-darwin-source-and-headers.py21 src_dir = 'x86' variable in simulator_platform
34 src_dir = 'x86' variable in simulator64_platform
47 src_dir = 'arm' variable in device_platform
60 src_dir = 'aarch64' variable in device64_platform
70 src_dir = 'x86' variable in desktop32_platform
86 src_dir = 'x86' variable in desktop64_platform
98 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
120 def list_files(src_dir, pattern=None, filelist=None): argument
126 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix… argument
/third_party/libfuse/test/
Dtest_examples.py517 def tst_unlink(mnt_dir, src_dir=None): argument
543 def tst_rmdir(mnt_dir, src_dir=None): argument
603 def tst_open_read(src_dir, mnt_dir): argument
611 def tst_open_write(src_dir, mnt_dir): argument
621 def tst_append(src_dir, mnt_dir): argument
633 def tst_seek(src_dir, mnt_dir): argument
706 def tst_readdir(src_dir, mnt_dir): argument
735 def tst_readdir_big(src_dir, mnt_dir): argument
834 def tst_passthrough(src_dir, mnt_dir): argument
/third_party/skia/third_party/externals/zlib/google/
Dzip.cc53 explicit DirectFileAccessor(base::FilePath src_dir) : src_dir_(src_dir) {} in DirectFileAccessor()
103 ZipParams::ZipParams(const base::FilePath& src_dir, in ZipParams()
111 ZipParams::ZipParams(const base::FilePath& src_dir, int dest_fd) in ZipParams()
240 bool ZipWithFilterCallback(const base::FilePath& src_dir, in ZipWithFilterCallback()
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip()
261 bool ZipFiles(const base::FilePath& src_dir, in ZipFiles()
Dzip_unittest.cc253 base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TestTimeStamp() local
413 base::FilePath src_dir; in TEST_F() local
426 base::FilePath src_dir; in TEST_F() local
439 base::FilePath src_dir; in TEST_F() local
479 base::FilePath src_dir; in TEST_F() local
Dzip.h61 const base::FilePath& src_dir() const { return src_dir_; } in src_dir() function
/third_party/node/deps/v8/third_party/zlib/google/
Dzip.cc49 explicit DirectFileAccessor(base::FilePath src_dir) in DirectFileAccessor()
243 bool ZipWithFilterCallback(const base::FilePath& src_dir, in ZipWithFilterCallback()
252 bool Zip(const base::FilePath& src_dir, in Zip()
261 bool ZipFiles(const base::FilePath& src_dir, in ZipFiles()
Dzip_unittest.cc329 base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TestTimeStamp() local
1011 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1022 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1033 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1071 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1148 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1185 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1224 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1289 const base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TEST_F() local
1319 const base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TEST_F() local
[all …]
Dzip.h92 base::FilePath src_dir; member
/third_party/node/deps/zlib/google/
Dzip.cc49 explicit DirectFileAccessor(base::FilePath src_dir) in DirectFileAccessor()
246 bool ZipWithFilterCallback(const base::FilePath& src_dir, in ZipWithFilterCallback()
255 bool Zip(const base::FilePath& src_dir, in Zip()
264 bool ZipFiles(const base::FilePath& src_dir, in ZipFiles()
Dzip_unittest.cc329 base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TestTimeStamp() local
1011 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1022 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1033 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1071 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1148 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1185 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1224 base::FilePath src_dir = GetDataDirectory().AppendASCII("test"); in TEST_F() local
1289 const base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TEST_F() local
1319 const base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TEST_F() local
[all …]
Dzip.h92 base::FilePath src_dir; member
/third_party/ninja/misc/
Dwrite_fake_manifests.py53 def __init__(self, src_dir): argument
108 def write_target_ninja(ninja, target, src_dir): argument
226 def random_targets(num_targets, src_dir): argument
/third_party/openh264/
Dcopy_to_wels_head.py20 def copy_file(src_dir, dst_dir): argument
/third_party/flatbuffers/
Dinstall.py38 def move_dir(src_dir, dst_dir): argument
/third_party/cef/tools/
Dgypi_to_gn.py108 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) variable
Dpatcher.py21 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) variable
Dgclient_hook.py18 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) variable
Dmake_distrib.py214 def transfer_gypi_files(src_dir, gypi_paths, gypi_path_prefix, dst_dir, quiet): argument
590 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) variable
1009 src_dir = os.path.join(cef_dir, 'docs') variable
Dgn_args.py73 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) variable
/third_party/cef/libcef/common/
Dfile_util_impl.cc84 bool CefZipDirectory(const CefString& src_dir, in CefZipDirectory()
/third_party/skia/infra/bots/recipe_modules/docker/
Dapi.py32 …def run(self, name, docker_image, src_dir, out_dir, script, args=None, docker_args=None, copies=No… argument
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__main__.py244 def __init__(self, src_dir): argument
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
D__main__.py244 def __init__(self, src_dir): argument
/third_party/skia/third_party/externals/brotli/python/tests/
D_test_utils.py13 src_dir = os.path.join(project_dir, 'python') variable
/third_party/skia/tools/skqp/
Dmake_skqp_model.cpp71 const char* src_dir = argv[1]; in main() local

12