Home
last modified time | relevance | path

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

/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/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/flatbuffers/
Dinstall.py38 def move_dir(src_dir, dst_dir): argument
/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
/third_party/typescript/tests/ts_extra_tests/
Drun_ts_case.py108 def copy_directory(src_dir, target_dir): argument
/third_party/python/Lib/distutils/command/
Dbuild_py.py121 def find_data_files(self, package, src_dir): argument