Home
last modified time | relevance | path

Searched defs:AbsPathBuf (Results 1 – 25 of 25) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/paths/src/
H A Dlib.rs12 pub struct AbsPathBuf(PathBuf); struct
20 impl ops::Deref for AbsPathBuf { implementation
27 impl AsRef<Path> for AbsPathBuf { implementation
33 impl AsRef<AbsPath> for AbsPathBuf { implementation
39 impl Borrow<AbsPath> for AbsPathBuf { implementation
45 impl TryFrom<PathBuf> for AbsPathBuf { implementation
55 impl TryFrom<&str> for AbsPathBuf { implementation
62 impl PartialEq<AbsPath> for AbsPathBuf { implementation
68 impl AbsPathBuf { implementation
149 pub fn normalize(&self) -> AbsPathBuf { in normalize()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/paths/src/
H A Dlib.rs12 pub struct AbsPathBuf(PathBuf); struct
20 impl ops::Deref for AbsPathBuf { implementation
27 impl AsRef<Path> for AbsPathBuf { implementation
33 impl AsRef<AbsPath> for AbsPathBuf { implementation
39 impl Borrow<AbsPath> for AbsPathBuf { implementation
45 impl TryFrom<PathBuf> for AbsPathBuf { implementation
55 impl TryFrom<&str> for AbsPathBuf { implementation
62 impl PartialEq<AbsPath> for AbsPathBuf { implementation
68 impl AbsPathBuf { implementation
149 pub fn normalize(&self) -> AbsPathBuf { in normalize()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/project_model/src/
H A Dsysroot.rs136 fn discover_sysroot_dir(current_dir: &AbsPath) -> Result<AbsPathBuf> { in discover_sysroot_dir()
145 sysroot_path: &AbsPathBuf, in discover_sysroot_src_dir()
147 ) -> Result<AbsPathBuf> { in discover_sysroot_src_dir()
189 fn get_rust_src(sysroot_path: &AbsPath) -> Option<AbsPathBuf> { in get_rust_src()
H A Dworkspace.rs660 detached_files: &[AbsPathBuf], in detached_files_to_crate_graph()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/project_model/src/
H A Dsysroot.rs136 fn discover_sysroot_dir(current_dir: &AbsPath) -> Result<AbsPathBuf> { in discover_sysroot_dir()
145 sysroot_path: &AbsPathBuf, in discover_sysroot_src_dir()
147 ) -> Result<AbsPathBuf> { in discover_sysroot_src_dir()
189 fn get_rust_src(sysroot_path: &AbsPath) -> Option<AbsPathBuf> { in get_rust_src()
H A Dworkspace.rs652 detached_files: &[AbsPathBuf], in detached_files_to_crate_graph()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/vfs-notify/src/
H A Dlib.rs43 fn invalidate(&mut self, path: AbsPathBuf) { in invalidate()
162 ) -> Vec<(AbsPathBuf, Option<Vec<u8>>)> { in load_entry()
215 fn watch(&mut self, path: AbsPathBuf) { in watch()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/vfs-notify/src/
H A Dlib.rs43 fn invalidate(&mut self, path: AbsPathBuf) { in invalidate()
162 ) -> Vec<(AbsPathBuf, Option<Vec<u8>>)> { in load_entry()
215 fn watch(&mut self, path: AbsPathBuf) { in watch()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_api/src/
H A Dprocess.rs26 process_path: AbsPathBuf, in run()
66 path: AbsPathBuf, in run()
H A Dlib.rs113 process_path: AbsPathBuf, in spawn()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_api/src/
H A Dprocess.rs26 process_path: AbsPathBuf, in run()
66 path: AbsPathBuf, in run()
H A Dlib.rs113 process_path: AbsPathBuf, in spawn()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/vfs/src/
H A Dloader.rs70 fn invalidate(&mut self, path: AbsPathBuf); in invalidate()
191 fn dirs(base: AbsPathBuf, exclude: &[&str]) -> Directories { in dirs()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/vfs/src/
H A Dloader.rs70 fn invalidate(&mut self, path: AbsPathBuf); in invalidate()
191 fn dirs(base: AbsPathBuf, exclude: &[&str]) -> Directories { in dirs()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/abscissa_core-0.5.2/src/
H A Dpath.rs60 P: Into<AbsPathBuf>, in from_exe_path()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/flycheck/src/
H A Dlib.rs61 workspace_root: AbsPathBuf, in spawn()
138 workspace_root: AbsPathBuf, in new()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/flycheck/src/
H A Dlib.rs61 workspace_root: AbsPathBuf, in spawn()
138 workspace_root: AbsPathBuf, in new()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dfrom_proto.rs16 pub(crate) fn abs_path(url: &lsp_types::Url) -> Result<AbsPathBuf> { in abs_path()
H A Dconfig.rs481 pub fn new(root_path: AbsPathBuf, caps: ClientCapabilities) -> Self { in new()
576 pub fn detached_files(&self) -> &[AbsPathBuf] { in detached_files()
709 pub fn proc_macro_srv(&self) -> Option<(AbsPathBuf, Vec<OsString>)> { in proc_macro_srv()
H A Dreload.rs442 global_excludes: &[AbsPathBuf], in new()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dfrom_proto.rs16 pub(crate) fn abs_path(url: &lsp_types::Url) -> Result<AbsPathBuf> { in abs_path()
H A Dconfig.rs440 pub fn new(root_path: AbsPathBuf, caps: ClientCapabilities) -> Self { in new()
535 pub fn detached_files(&self) -> &[AbsPathBuf] { in detached_files()
668 pub fn proc_macro_srv(&self) -> Option<(AbsPathBuf, Vec<OsString>)> { in proc_macro_srv()
H A Dreload.rs442 global_excludes: &[AbsPathBuf], in new()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/diagnostics/
H A Dto_proto.rs114 ) -> AbsPathBuf { in resolve_path()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/
H A Dto_proto.rs104 ) -> AbsPathBuf { in resolve_path()