Home
last modified time | relevance | path

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

/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/node/deps/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.cc252 base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TestTimeStamp() local
412 base::FilePath src_dir; in TEST_F() local
425 base::FilePath src_dir; in TEST_F() local
438 base::FilePath src_dir; in TEST_F() local
478 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/flutter/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.cc252 base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TestTimeStamp() local
412 base::FilePath src_dir; in TEST_F() local
425 base::FilePath src_dir; in TEST_F() local
438 base::FilePath src_dir; in TEST_F() local
478 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/boost/libs/mpl/doc/src/refmanual/
Drefmanual.py32 def __include_page( output, src_dir, page, name = None ): argument
61 def main( filename, src_dir, build_dir ): argument
/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/ejdb/
Dcopy_iowow_header.py20 def copy_file(src_dir, dst_dir): argument
/third_party/boost/libs/mpl/doc/src/
Dbuild.py11 def build( src_dir, build_dir ): argument
/third_party/boost/libs/mpl/preprocessed/
Dpreprocess.py58 def main( all_modes, src_dir, dst_dir ): argument
/third_party/boost/libs/metaparse/tools/benchmark/
Dbenchmark.py132 def benchmark(src_dir, compiler, include_dirs, iter_count): argument
203 def configs_in(src_dir): argument
/third_party/e2fsprogs/contrib/android/
Dperms.c20 char *src_dir; member
286 errcode_t __android_configure_fs(ext2_filsys fs, char *src_dir, in __android_configure_fs()
326 errcode_t android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, in android_configure_fs()
Dperms.h34 char *src_dir, in android_configure_fs()
Dbasefs_allocator.c146 const char *src_dir) in fs_reserve_blocks()
172 const char *mountpoint, const char *src_dir) in base_fs_alloc_load()
De2fsdroid.c36 static char *src_dir; variable
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__main__.py244 def __init__(self, src_dir): argument
/third_party/flutter/skia/tools/skqp/
Dmake_skqp_model.cpp67 const char* src_dir = argv[1]; in main() local
/third_party/python/Lib/distutils/command/
Dbuild_py.py121 def find_data_files(self, package, src_dir): argument