Home
last modified time | relevance | path

Searched defs:AbsPath (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/paths/src/
Dlib.rs25 fn deref(&self) -> &AbsPath { in deref()
37 fn as_ref(&self) -> &AbsPath { in as_ref()
43 fn borrow(&self) -> &AbsPath { in borrow()
85 pub fn as_path(&self) -> &AbsPath { in as_path()
101 pub struct AbsPath(Path); struct
103 impl AsRef<Path> for AbsPath { implementation
109 impl ToOwned for AbsPath { implementation
117 impl<'a> TryFrom<&'a Path> for &'a AbsPath { implementation
119 fn try_from(path: &'a Path) -> Result<&'a AbsPath, &'a Path> { in try_from()
127 impl AbsPath { implementation
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dsysroot.rs46 pub fn root(&self) -> &AbsPath { in root()
52 pub fn src_root(&self) -> &AbsPath { in src_root()
101 pub fn discover(dir: &AbsPath, extra_env: &FxHashMap<String, String>) -> Result<Sysroot> { in discover()
110 current_dir: &AbsPath, in discover_with_src_override()
207 current_dir: &AbsPath, in discover_sysroot_dir()
237 current_dir: &AbsPath, in discover_sysroot_src_dir_or_add_component()
Dmanifest_path.rs34 pub fn parent(&self) -> &AbsPath { in parent()
Dproject_json.rs100 pub fn new(base: &AbsPath, data: ProjectJsonData) -> ProjectJson { in new()
172 pub fn path(&self) -> &AbsPath { in path()
Dlib.rs101 fn find_in_parent_dirs(path: &AbsPath, target_file_name: &str) -> Option<ManifestPath> { in discover()
Dcargo_workspace.rs236 current_dir: &AbsPath, in fetch_metadata()
411 pub fn workspace_root(&self) -> &AbsPath { in workspace_root()
415 pub fn target_directory(&self) -> &AbsPath { in target_directory()
Dbuild_scripts.rs401 current_dir: &AbsPath, in rustc_crates()
Dworkspace.rs442 pub fn workspace_definition_path(&self) -> Option<&AbsPath> { in workspace_definition_path()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/
Dto_proto.rs61 workspace_root: &AbsPath, in location()
118 workspace_root: &AbsPath, in primary_location()
140 workspace_root: &AbsPath, in diagnostic_related_information()
153 workspace_root: &AbsPath, in resolve_path()
178 workspace_root: &AbsPath, in map_rust_child_diagnostic()
283 workspace_root: &AbsPath, in map_rust_diagnostic_to_lsp()
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/
Dprocess.rs73 dylib_path: &AbsPath, in find_proc_macros()
113 fn mk_child(path: &AbsPath, null_stderr: bool) -> io::Result<Child> { in mk_child()
/third_party/gn/src/gn/
Dfunction_get_path_info_unittest.cc80 TEST_F(GetPathInfoTest, AbsPath) { in TEST_F() argument
/third_party/ninja/src/
Dincludes_normalize-win32.cc138 string IncludesNormalize::AbsPath(StringPiece s, string* err) { in AbsPath() function in IncludesNormalize
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dreload.rs771 path: &AbsPath, in load_proc_macro()
872 pub(crate) fn should_refresh_for_change(path: &AbsPath, change_kind: ChangeKind) -> bool { in should_refresh_for_change()
Dconfig.rs779 pub fn remove_workspace(&mut self, path: &AbsPath) { in remove_workspace()
/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/
Dvfs_path.rs35 pub fn as_path(&self) -> Option<&AbsPath> { in as_path()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1225 SmallString<128> AbsPath; in readConfigFile() local