Home
last modified time | relevance | path

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

/build/make/tools/aconfig/printflags/src/
Dmain.rs70 let apex_pattern = Regex::new(r"^/apex/[^@]+\.[^@]+$").unwrap(); in main() localVariable
79 if let Some(canonical_path) = apex_pattern.captures(&path_name) { in main()