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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1722 const size_t len_overlay_path = strlen(overlay_path); local
1724 if (len_overlay_path < 2 || *overlay_path != '/') {
1729 if (SIZE_MAX - len_idmap_root < len_overlay_path ||
1730 SIZE_MAX - (len_idmap_root + len_overlay_path) < len_suffix) {
1734 if (N < len_idmap_root + len_overlay_path + len_suffix) {

Completed in 691 milliseconds