Home
last modified time | relevance | path

Searched defs:dest_file (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file_large.pass.cpp75 std::FILE* dest_file = std::fopen(dest.string().c_str(), "r"); in large_file() local
/llvm-project/libc/cmake/modules/
H A DLLVMLibCHeaderRules.cmake23 set(dest_file ${LIBC_INCLUDE_DIR}/${relative_path}) global() variable
/llvm-project/lldb/source/API/
H A DSBTarget.cpp1243 BreakpointsWriteToFile(SBFileSpec & dest_file) BreakpointsWriteToFile() argument
1256 BreakpointsWriteToFile(SBFileSpec & dest_file,SBBreakpointList & bkpt_list,bool append) BreakpointsWriteToFile() argument
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1160 lldb::user_id_t dest_file = OpenFile( PutFile() local