Searched defs:PathBuf (Results 1 – 8 of 8) sorted by relevance
/development/tools/external_crates/license_checker/src/ |
D | license_file_finder.rs | 40 pub(crate) fn find_license_files(path: impl AsRef<Path>) -> Result<BTreeSet<PathBuf>, Error> { in find_license_files() 54 ) -> Result<BTreeSet<PathBuf>, Error> { in multiglob()
|
D | file_classifier.rs | 44 possible_license_files: BTreeSet<PathBuf>, in new_vec()
|
/development/tools/cargo_embargo/src/cargo/ |
D | cargo_out.rs | 297 tests: &BTreeMap<String, BTreeMap<PathBuf, TestContents>>, in from_rustc_invocation() 499 fn split_src_path(src_path: &Path) -> Result<(PathBuf, PathBuf)> { in split_src_path() argument 519 fn find_cargo_toml(src_path: &Path) -> Result<PathBuf> { in find_cargo_toml()
|
D | metadata.rs | 310 fn package_dir_from_id(id: &str) -> Result<PathBuf> { in package_dir_from_id()
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 384 fn group_by_package(crates: Vec<Vec<Crate>>) -> BTreeMap<PathBuf, Vec<Vec<Crate>>> { in group_by_package() 402 package_out_files: &BTreeMap<String, Vec<Vec<PathBuf>>>, in write_all_build_files() 604 package_dir: PathBuf, in write_build_files() 606 out_files: &[Vec<PathBuf>], in write_build_files() 827 out_files: &[PathBuf], in generate_android_bp() 891 out_files: &[PathBuf], in generate_rules_mk()
|
/development/tools/external_crates/rooted_path/src/ |
D | lib.rs | 90 impl From<RootedPath> for PathBuf { implementation
|
/development/tools/external_crates/google_metadata/src/ |
D | lib.rs | 78 pub fn init<P: Into<PathBuf>, V: Into<String>>( in init()
|
/development/tools/external_crates/crate_tool/src/ |
D | managed_crate.rs | 123 pub fn patches(&self) -> Result<Vec<PathBuf>> { in patches()
|