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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2010 const size_t len_overlay_path = strlen(overlay_path); local
2012 if (len_overlay_path < 2 || *overlay_path != '/') {
2017 if (SIZE_MAX - len_idmap_root < len_overlay_path ||
2018 SIZE_MAX - (len_idmap_root + len_overlay_path) < len_suffix) {
2022 if (N < len_idmap_root + len_overlay_path + len_suffix) {

Completed in 53 milliseconds