Home
last modified time | relevance | path

Searched defs:PathBuf (Results 1 – 8 of 8) sorted by relevance

/development/tools/external_crates/license_checker/src/
Dlicense_file_finder.rs40 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()
Dfile_classifier.rs44 possible_license_files: BTreeSet<PathBuf>, in new_vec()
/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs297 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()
Dmetadata.rs310 fn package_dir_from_id(id: &str) -> Result<PathBuf> { in package_dir_from_id()
/development/tools/cargo_embargo/src/
Dmain.rs384 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/
Dlib.rs90 impl From<RootedPath> for PathBuf { implementation
/development/tools/external_crates/google_metadata/src/
Dlib.rs78 pub fn init<P: Into<PathBuf>, V: Into<String>>( in init()
/development/tools/external_crates/crate_tool/src/
Dmanaged_crate.rs123 pub fn patches(&self) -> Result<Vec<PathBuf>> { in patches()