Home | History | Annotate | Download | only in installd

Lines Matching refs:overlay_path

2005         const char *overlay_path, char *idmap_path, size_t N)
2007 if (overlay_path == NULL || idmap_path == NULL) {
2010 const size_t len_overlay_path = strlen(overlay_path);
2011 // will access overlay_path + 1 further below; requires absolute path
2012 if (len_overlay_path < 2 || *overlay_path != '/') {
2026 snprintf(idmap_path, N, "%s%s%s", prefix, overlay_path + 1, suffix);