Home
last modified time | relevance | path

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

/build/make/tools/aconfig/printflags/src/
Dmain.rs78 let path_name = apex?.path().display().to_string(); in main() localVariable
79 if let Some(canonical_path) = apex_pattern.captures(&path_name) { in main()