Home
last modified time | relevance | path

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

12

/external/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
/external/python/cpython2/Modules/_ctypes/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
100 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
119 def list_files(src_dir, pattern=None, filelist=None): argument
125 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix… argument
/external/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
/external/libchrome/build/
Dlandmines.py39 def get_build_dir(src_dir): argument
58 def clobber_if_necessary(new_landmines, src_dir): argument
/external/angle/third_party/zlib/google/
Dzip.cc48 explicit DirectFileAccessor(base::FilePath src_dir) in DirectFileAccessor()
236 bool ZipWithFilterCallback(const base::FilePath& src_dir, in ZipWithFilterCallback()
245 bool Zip(const base::FilePath& src_dir, in Zip()
254 bool ZipFiles(const base::FilePath& src_dir, in ZipFiles()
Dzip_unittest.cc284 base::FilePath src_dir = temp_dir.GetPath().AppendASCII("input"); in TestTimeStamp() local
444 base::FilePath src_dir; in TEST_F() local
457 base::FilePath src_dir; in TEST_F() local
470 base::FilePath src_dir; in TEST_F() local
510 base::FilePath src_dir; in TEST_F() local
594 base::FilePath src_dir; in TEST_F() local
633 base::FilePath src_dir; in TEST_F() local
674 base::FilePath src_dir; in TEST_F() local
/external/vulkan-validation-layers/build-android/
Dbuild.py28 def install_file(file_name, src_dir, dst_dir): argument
41 def _install_dir(src_dir, dst_dir): argument
/external/clang/tools/scan-build-py/libear/
D__init__.py82 def __init__(self, src_dir): argument
114 def __init__(self, src_dir): argument
129 def __init__(self, src_dir): argument
144 def __init__(self, src_dir): argument
151 def make_toolset(src_dir): argument
/external/llvm-project/clang/tools/scan-build-py/libear/
D__init__.py81 def __init__(self, src_dir): argument
113 def __init__(self, src_dir): argument
128 def __init__(self, src_dir): argument
143 def __init__(self, src_dir): argument
150 def make_toolset(src_dir): argument
/external/python/setuptools/setuptools/command/
Dbuild_py.py99 def find_data_files(self, package, src_dir): argument
196 def exclude_data_files(self, package, src_dir, files): argument
220 def _get_platform_patterns(spec, package, src_dir): argument
/external/toolchain-utils/llvm_tools/
Dget_llvm_hash.py29 def GetVersionFrom(src_dir, git_hash): argument
47 def GetGitHashFrom(src_dir, version): argument
/external/autotest/utils/
Dpackager.py114 def process_packages(pkgmgr, pkg_type, pkg_names, src_dir, argument
197 def tar_packages(pkgmgr, pkg_type, pkg_names, src_dir, temp_dir): argument
/external/oss-fuzz/infra/
Dbuild_specified_commit.py66 def _replace_gitdir(src_dir, file_path): argument
94 def _make_gitdirs_relative(src_dir): argument
/external/autotest/client/bin/
Dsite_sysinfo.py170 def _get_init_status_of_src_dir(self, src_dir): argument
205 def _copy_new_data_in_file(self, file_path, src_dir, dest_dir): argument
240 def _log_diff(self, src_dir, dest_dir): argument
/external/xz-java/
Dbuild.properties22 src_dir = src key
/external/oss-fuzz/infra/base-images/base-builder/
Ddetect_repo.py74 def get_dirs_to_search(src_dir, repo_name): argument
/external/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()
/external/python/setuptools/setuptools/
Dwheel.py31 def unpack(src_dir, dst_dir): argument
/external/chromium-trace/catapult/systrace/systrace/
Doutput_generator.py54 def _ReadAsset(src_dir, filename): argument
/external/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
/external/python/setuptools/setuptools/tests/
Dtest_develop.py147 def install_develop(src_dir, target): argument
/external/icu/icu4c/source/python/icutools/databuilder/
D__main__.py244 def __init__(self, src_dir): argument
/external/python/cryptography/
Dsetup.py33 src_dir = os.path.join(base_dir, "src") variable

12