Home
last modified time | relevance | path

Searched defs:src_file (Results 1 – 21 of 21) sorted by relevance

/external/vulkan-validation-layers/build-android/
Dbuild.py48 def _install_symlink(src_file, dst_file): argument
56 def _install_file(src_file, dst_file): argument
/external/angle/third_party/zlib/google/
Dzip.cc170 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) { in Unzip()
175 bool UnzipWithFilterCallback(const base::FilePath& src_file, in UnzipWithFilterCallback()
192 bool UnzipWithFilterAndWriters(const base::PlatformFile& src_file, in UnzipWithFilterAndWriters()
Dzip_unittest.cc287 base::FilePath src_file = src_dir.AppendASCII("test.txt"); in TestTimeStamp() local
/external/zlib/google/
Dzip.cc175 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) { in Unzip()
180 bool UnzipWithFilterCallback(const base::FilePath& src_file, in UnzipWithFilterCallback()
196 bool UnzipWithFilterAndWriters(const base::PlatformFile& src_file, in UnzipWithFilterAndWriters()
Dzip_unittest.cc256 base::FilePath src_file = src_dir.AppendASCII("test.txt"); in TestTimeStamp() local
/external/llvm-project/libc/cmake/modules/
DLLVMLibCHeaderRules.cmake22 set(src_file ${CMAKE_CURRENT_SOURCE_DIR}/${ADD_HEADER_HDR}) variable
/external/crosvm/qcow_utils/src/
Dqcow_img.rs247 let mut src_file = match OpenOptions::new().read(true).open(source_path) { in dd() localVariable
285 let src_file = match OpenOptions::new().read(true).open(src_path) { in convert() localVariable
/external/autotest/client/common_lib/cros/
Davahi_utils.py25 def avahi_config(options, src_file='/etc/avahi/avahi-daemon.conf', host=None): argument
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake312 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable
/external/rust/crates/zip/tests/
Dend_to_end.rs23 let src_file = &mut Cursor::new(Vec::new()); in copy() localVariable
/external/llvm-project/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake489 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h523 unsigned src_file, in tgsi_transform_kill_inst()
549 unsigned src_file, in tgsi_transform_tex_inst()
/external/libjpeg-turbo/
Dwrjpgcom.c546 FILE *src_file; in main() local
/external/tensorflow/tensorflow/python/tf_program/
Dmlir_gen.py444 def mlir_gen_from_source(source=None, src_file=None): argument
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp420 FileSpec src_file(File); in findFunctions() local
474 FileSpec src_file(File); in findBlocks() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c313 rc_register_file src_file, in rc_src_reads_dst_mask()
/external/tensorflow/tensorflow/core/platform/
Denv.cc468 std::unique_ptr<RandomAccessFile> src_file; in FileSystemCopyFile() local
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1629 enum brw_reg_file src_file = brw_inst_src0_reg_file(devinfo, &inst); in precompact() local
/external/bcc/src/python/bcc/
D__init__.py269 def __init__(self, src_file=b"", hdr_file=b"", text=None, debug=0, argument
/external/libchrome/base/files/
Dfile_util_unittest.cc775 FilePath src_file = temp_dir_.GetPath().Append(FPL("src.txt")); in TEST_F() local
1258 FilePath src_file = src.Append(FILE_PATH_LITERAL("src.txt")); in TEST_F() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp973 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData() local