Searched defs:overlay_path (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.cpp1641 const char *overlay_path, char *idmap_path, size_t N)
1643 if (overlay_path == NULL || idmap_path == NULL) {
1646 const size_t len_overlay_path = strlen(overlay_path);
1647 // will access overlay_path + 1 further below; requires absolute path
1648 if (len_overlay_path < 2 || *overlay_path != '/') {
1662 snprintf(idmap_path, N, "%s%s%s", prefix, overlay_path + 1, suffix);
1640 flatten_path(const char *prefix, const char *suffix, const char *overlay_path, char *idmap_path, size_t N) argument

Completed in 247 milliseconds