| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 471 llvm::SmallString<64> current_path; in CopyByRemovingLastPathComponent() local 472 GetPath(current_path, false); in CopyByRemovingLastPathComponent() 480 llvm::SmallString<64> current_path; in GetLastPathComponent() local 481 GetPath(current_path, false); in GetLastPathComponent() 488 GetPath(current_path, false); in PrependPathComponent() 501 GetPath(current_path, false); in AppendPathComponent() 503 SetFile(current_path, m_style); in AppendPathComponent() 512 GetPath(current_path, false); in RemoveLastPathComponent() 547 GetPath(current_path, false); in IsAbsolute() 550 if (current_path.empty()) in IsAbsolute() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | compat.c | 249 const char *current_path = lrb->last_path; in log_receiver() local 261 if (! current_path) in log_receiver() 268 lrb->peg_path = apr_pstrdup(lrb->pool, current_path); in log_receiver() 282 apr_pstrdup(hash_pool, current_path)); in log_receiver() 292 current_path, lrb->kind, log_entry->revision, pool)); in log_receiver() 298 else if (strcmp(prev_path, current_path) != 0) in log_receiver() 471 const char *current_path = lrb->last_path; in gls_log_receiver() local 483 log_entry->changed_paths2, current_path, in gls_log_receiver() 491 return maybe_crop_and_send_segment(current_path, lrb->start_rev, in gls_log_receiver() 502 SVN_ERR(maybe_crop_and_send_segment(current_path, lrb->start_rev, in gls_log_receiver()
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | filesystem | 123 path current_path(); 124 path current_path(error_code& ec); 125 void current_path(const path& p); 126 void current_path(const path& p, error_code& ec) noexcept; 189 path proximate(const path& p, const path& base = current_path()); 196 path relative(const path& p, const path& base=current_path());
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | pack.c | 1214 path_order_t *current_path; in copy_reps_from_temp() local 1220 current_path = APR_ARRAY_IDX(path_order, i, path_order_t *); in copy_reps_from_temp() 1221 if (current_path->is_head) in copy_reps_from_temp() 1223 node_part = get_item(context, ¤t_path->noderev_id, TRUE); in copy_reps_from_temp() 1228 rep_part = get_item(context, ¤t_path->rep_id, TRUE); in copy_reps_from_temp() 1236 path_order_t *current_path; in copy_reps_from_temp() local 1241 current_path = APR_ARRAY_IDX(path_order, i, path_order_t *); in copy_reps_from_temp() 1242 node_part = get_item(context, ¤t_path->noderev_id, TRUE); in copy_reps_from_temp()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | rev_hunt.c | 838 svn_stringbuf_t *current_path; in svn_repos_node_location_segments() local 888 current_path = svn_stringbuf_create(path, pool); in svn_repos_node_location_segments() 897 cur_path = apr_pstrmemdup(subpool, current_path->data, in svn_repos_node_location_segments() 898 current_path->len); in svn_repos_node_location_segments() 926 svn_stringbuf_set(current_path, prev_path); in svn_repos_node_location_segments()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | filesystem | 123 path current_path(); 124 path current_path(error_code& ec); 125 void current_path(const path& p); 126 void current_path(const path& p, error_code& ec) noexcept; 189 path proximate(const path& p, const path& base = current_path()); 196 path relative(const path& p, const path& base=current_path()); 1453 inline _LIBCPP_INLINE_VISIBILITY path current_path() { 1817 return proximate(__p, current_path(), __ec); 1821 proximate(const path& __p, const path& __base = current_path()) { 1849 return relative(__p, current_path(), __ec); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | AllTUsExecution.cpp | 119 if (auto EC = llvm::sys::fs::current_path(InitialWorkingDir)) { in execute()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | pack.c | 945 path_order_t *current_path in select_reps() local 948 if (!svn_fs_x__id_eq(&start_path->node_id, ¤t_path->node_id)) in select_reps() 952 node_part = get_item(context, ¤t_path->noderev_id, TRUE); in select_reps() 953 rep_part = get_item(context, ¤t_path->rep_id, TRUE); in select_reps() 956 APR_ARRAY_PUSH(selected, path_order_t *) = current_path; in select_reps()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessLaunchInfo.cpp | 283 if (! llvm::sys::fs::current_path(cwd)) in ConvertArgumentsForLaunchingInShell()
|
| H A D | TargetList.cpp | 370 if (! llvm::sys::fs::current_path(cwd)) { in CreateTargetInternal()
|
| H A D | Platform.cpp | 534 if (llvm::sys::fs::current_path(cwd)) in GetWorkingDirectory()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 184 if (std::error_code ec = llvm::sys::fs::current_path(cwd)) { in handle_launch()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Job.cpp | 186 std::error_code EC = fs::current_path(OutInc); in rewriteIncludes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 350 if (std::error_code ec = llvm::sys::fs::current_path(cwd)) in Handle_qGetWorkingDir()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 396 if (!sys::fs::current_path(CWD)) in main()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 172 llvm::sys::fs::current_path(Storage); in DiskFilesOrDirectories()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 445 llvm::sys::fs::current_path(DirName); in FinalizeHTML()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 82 CurPathLen = 0; // No contribution from current_path needed. 95 if (std::error_code EC = llvm::sys::fs::current_path(CurPath)) 193 std::error_code current_path(SmallVectorImpl<char> &result) {
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 381 std::error_code current_path(SmallVectorImpl<char> &result);
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 907 if (std::error_code ec = current_path(current_dir)) in make_absolute()
|
| H A D | CommandLine.cpp | 977 llvm::sys::fs::current_path(curr_dir); in ExpandResponseFile()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 554 if (sys::fs::current_path(CurPath)) return FName; in mangleName()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 1504 sys::fs::current_path(cwd); in addCommonLinkerModuleSymbols()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 259 std::error_code current_path(SmallVectorImpl<char> &result) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 608 if (!llvm::sys::fs::current_path(cwd)) { in addDebugCompDirArg() 851 if (!llvm::sys::fs::current_path(Pwd)) { in addPGOAndCoverageFlags() 1958 if (llvm::sys::fs::current_path(Buf)) in DumpCompilationDatabase()
|