/openbsd/gnu/usr.bin/perl/cygwin/ |
H A D | cygwin.c | 287 char *src_path; in S_convert_path_common() local 298 src_path = SvPVx(ST(0), len); in S_convert_path_common() 321 wchar_t *which_src = (wchar_t *) src_path; in S_convert_path_common() 325 wsrc = utf8_to_wide_extra_len(src_path, &wlen); in S_convert_path_common() 354 err = cygwin_conv_path(what, src_path, converted_path, len + PATH_LEN_GUESS); in S_convert_path_common() 356 int newlen = cygwin_conv_path(what, src_path, converted_path, 0); in S_convert_path_common() 358 err = cygwin_conv_path(what, src_path, converted_path, newlen); in S_convert_path_common() 367 err = cygwin_conv_to_full_posix_path(src_path, converted_path); in S_convert_path_common() 370 err = cygwin_conv_to_posix_path(src_path, converted_path); in S_convert_path_common() 373 err = cygwin_conv_to_full_win32_path(src_path, converted_path); in S_convert_path_common() [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 102 std::string src_path(source.GetPath()); in PutFile() local 103 if (src_path.empty()) in PutFile() 109 command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in PutFile() 122 std::string src_path(source.GetPath()); in PutFile() local 123 if (src_path.empty()) in PutFile() 131 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile() 163 std::string src_path(source.GetPath()); in GetFile() local 164 if (src_path.empty()) in GetFile() 175 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in GetFile() 187 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile() [all …]
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBFileSpec.cpp | 98 int SBFileSpec::ResolvePath(const char *src_path, char *dst_path, in ResolvePath() argument 100 LLDB_INSTRUMENT_VA(src_path, dst_path, dst_len); in ResolvePath() 102 llvm::SmallString<64> result(src_path); in ResolvePath()
|
/openbsd/gnu/llvm/llvm/tools/sancov/ |
H A D | coverage-report-server.py | 129 src_path = None variable in ServerHandler 154 filepath = os.path.join(self.src_path, filename) 194 ServerHandler.src_path = args.srcpath
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBFileSpec.i | 75 ResolvePath (const char *src_path, char *dst_path, size_t dst_len);
|
/openbsd/gnu/llvm/lldb/scripts/ |
H A D | analyze-project-deps.py | 81 src_path = os.path.join(base, src) variable 82 scan_deps(norm_base_path, src_path)
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBFileSpec.h | 53 static int ResolvePath(const char *src_path, char *dst_path, size_t dst_len);
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 454 src_path = executable 460 lldb.SBFileSpec(src_path, True), dst_file_spec) 464 (src_path, dst_path, err))
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 3299 std::string src_path{src.GetPath(false)}, dst_path{dst.GetPath(false)}; in CreateSymlink() local 3307 stream.PutStringAsRawHex8(src_path); in CreateSymlink()
|