| /third_party/rust/rust/src/tools/rust-analyzer/crates/paths/src/ |
| D | lib.rs | 25 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/ |
| D | sysroot.rs | 46 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()
|
| D | manifest_path.rs | 34 pub fn parent(&self) -> &AbsPath { in parent()
|
| D | project_json.rs | 100 pub fn new(base: &AbsPath, data: ProjectJsonData) -> ProjectJson { in new() 172 pub fn path(&self) -> &AbsPath { in path()
|
| D | lib.rs | 101 fn find_in_parent_dirs(path: &AbsPath, target_file_name: &str) -> Option<ManifestPath> { in discover()
|
| D | cargo_workspace.rs | 236 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()
|
| D | build_scripts.rs | 401 current_dir: &AbsPath, in rustc_crates()
|
| D | workspace.rs | 442 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/ |
| D | to_proto.rs | 61 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/ |
| D | process.rs | 73 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/ |
| D | function_get_path_info_unittest.cc | 80 TEST_F(GetPathInfoTest, AbsPath) { in TEST_F() argument
|
| /third_party/ninja/src/ |
| D | includes_normalize-win32.cc | 138 string IncludesNormalize::AbsPath(StringPiece s, string* err) { in AbsPath() function in IncludesNormalize
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/ |
| D | reload.rs | 771 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()
|
| D | config.rs | 779 pub fn remove_workspace(&mut self, path: &AbsPath) { in remove_workspace()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/ |
| D | vfs_path.rs | 35 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/ |
| D | CommandLine.cpp | 1225 SmallString<128> AbsPath; in readConfigFile() local
|