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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1727 const size_t len_idmap_root = strlen(prefix); local
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) {
1739 char *ch = idmap_path + len_idmap_root;

Completed in 82 milliseconds