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

/frameworks/native/cmds/installd/
H A Dcommands.c1462 const size_t len_overlay_path = strlen(overlay_path); local
1464 if (len_overlay_path < 2 || *overlay_path != '/') {
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) {

Completed in 2607 milliseconds