Home
last modified time | relevance | path

Searched refs:canonical_license_path (Results 1 – 1 of 1) sorted by relevance

/development/tools/external_crates/crate_tool/src/
Dmanaged_crate.rs422 let canonical_license_path = self.temporary_build_directory().abs().join("LICENSE"); in update_license_files() localVariable
428 if canonical_license_path.exists() { in update_license_files()
434 symlink(license_file, canonical_license_path)?; in update_license_files()
448 canonical_license_path, in update_license_files()