Home
last modified time | relevance | path

Searched defs:root_len (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/fs_config/
H A Dfs_config.c79 size_t root_len = strlen(root_path); in main() local
/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater_archive.c86 size_t root_len; in archive_fallback_walk() local
/aosp_15_r20/external/rust/android-crates-io/crates/glob/src/
Dlib.rs216 let root_len = normalized_pattern.to_str().unwrap().len() - rest.to_str().unwrap().len(); in glob_with() localVariable