Home
last modified time | relevance | path

Searched refs:current_path (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp471 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 Dcompat.c249 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 Dfilesystem123 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 Dpack.c1214 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, &current_path->noderev_id, TRUE); in copy_reps_from_temp()
1228 rep_part = get_item(context, &current_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, &current_path->noderev_id, TRUE); in copy_reps_from_temp()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c838 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 Dfilesystem123 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 DAllTUsExecution.cpp119 if (auto EC = llvm::sys::fs::current_path(InitialWorkingDir)) { in execute()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c945 path_order_t *current_path in select_reps() local
948 if (!svn_fs_x__id_eq(&start_path->node_id, &current_path->node_id)) in select_reps()
952 node_part = get_item(context, &current_path->noderev_id, TRUE); in select_reps()
953 rep_part = get_item(context, &current_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 DProcessLaunchInfo.cpp283 if (! llvm::sys::fs::current_path(cwd)) in ConvertArgumentsForLaunchingInShell()
H A DTargetList.cpp370 if (! llvm::sys::fs::current_path(cwd)) { in CreateTargetInternal()
H A DPlatform.cpp534 if (llvm::sys::fs::current_path(cwd)) in GetWorkingDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp184 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 DJob.cpp186 std::error_code EC = fs::current_path(OutInc); in rewriteIncludes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp350 if (std::error_code ec = llvm::sys::fs::current_path(cwd)) in Handle_qGetWorkingDir()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp396 if (!sys::fs::current_path(CWD)) in main()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp172 llvm::sys::fs::current_path(Storage); in DiskFilesOrDirectories()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp445 llvm::sys::fs::current_path(DirName); in FinalizeHTML()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc82 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 DFileSystem.h381 std::error_code current_path(SmallVectorImpl<char> &result);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp907 if (std::error_code ec = current_path(current_dir)) in make_absolute()
H A DCommandLine.cpp977 llvm::sys::fs::current_path(curr_dir); in ExpandResponseFile()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp554 if (sys::fs::current_path(CurPath)) return FName; in mangleName()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1504 sys::fs::current_path(cwd); in addCommonLinkerModuleSymbols()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc259 std::error_code current_path(SmallVectorImpl<char> &result) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp608 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()

12