Searched refs:len_idmap_root (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.c1467 const size_t len_idmap_root = strlen(prefix); local
1469 if (SIZE_MAX - len_idmap_root < len_overlay_path ||
1470 SIZE_MAX - (len_idmap_root + len_overlay_path) < len_suffix) {
1474 if (N < len_idmap_root + len_overlay_path + len_suffix) {
1479 char *ch = idmap_path + len_idmap_root;

Completed in 50 milliseconds