Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1624 const size_t len_overlay_path = strlen(overlay_path); in flatten_path() local
1626 if (len_overlay_path < 2 || *overlay_path != '/') { in flatten_path()
1631 if (SIZE_MAX - len_idmap_root < len_overlay_path || in flatten_path()
1632 SIZE_MAX - (len_idmap_root + len_overlay_path) < len_suffix) { in flatten_path()
1636 if (N < len_idmap_root + len_overlay_path + len_suffix) { in flatten_path()