Searched refs:CanonicalPath (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/which/src/ |
D | lib.rs | 312 pub struct CanonicalPath { struct 316 impl CanonicalPath { impl 320 pub fn new<T: AsRef<OsStr>>(binary_name: T) -> Result<CanonicalPath> { in new() argument 323 .map(|inner| CanonicalPath { inner }) in new() 331 ) -> Result<impl Iterator<Item = Result<CanonicalPath>>> { in all() 337 .map(|inner| CanonicalPath { inner }) in all() 346 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<CanonicalPath> in new_in() 354 .map(|inner| CanonicalPath { inner }) in new_in() 365 ) -> Result<impl Iterator<Item = Result<CanonicalPath>>> in all_in() 376 .map(|inner| CanonicalPath { inner }) in all_in() [all …]
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 86 char CanonicalPath[PATH_MAX]; in real_path() local 89 if (!realpath(SrcPath.str().c_str(), CanonicalPath)) in real_path() 92 SmallString<256> RPath(CanonicalPath); in real_path() 193 SmallString<256> CanonicalPath = AbsoluteSrc; in copyToRoot() local 194 path::remove_dots(CanonicalPath, /*remove_dot_dot=*/true); in copyToRoot() 201 RealPath = CanonicalPath; in copyToRoot() 217 addFileMapping(CanonicalPath, Dest); in copyToRoot()
|
/external/rust/crates/which/tests/ |
D | basic.rs | 88 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which() argument 89 which::CanonicalPath::new_in(path, Some(f.paths.clone()), f.tempdir.path()) in _which() 95 ) -> which::Result<impl Iterator<Item = which::Result<which::CanonicalPath>>> { in _which_all() 96 which::CanonicalPath::all_in(path, Some(f.paths.clone()), f.tempdir.path().to_path_buf()) in _which_all()
|
/external/ImageMagick/MagickCore/ |
D | utility.h | 35 CanonicalPath, enumerator
|
D | xml-tree.c | 248 GetPathComponent(components[i],CanonicalPath,tag); in AddPathToXMLTree() 1034 GetPathComponent(components[i],CanonicalPath,tag); in GetXMLTreePath()
|
D | utility.c | 1400 case CanonicalPath: in GetPathComponent()
|
D | image.c | 2880 GetPathComponent(image_info->filename,CanonicalPath,component); in SetImageInfo() 2917 GetPathComponent(image_info->filename,CanonicalPath,component); in SetImageInfo()
|