HomeSort by relevance Sort by last modified time
    Searched defs:idmap_path (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/idmap/
scan.cpp 22 apk_path(a), idmap_path(i), priority(p) {}
31 String8 idmap_path; member in struct:__anon38329::Overlay
44 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
224 String8 idmap_path(idmap_dir);
225 idmap_path.appendPath(flatten_path(overlay_apk_path + 1));
226 idmap_path.append("@idmap");
228 if (idmap_create_path(target_apk_path, overlay_apk_path, idmap_path.string()) != 0) {
230 target_apk_path, overlay_apk_path, idmap_path.string());
234 Overlay overlay(String8(overlay_apk_path), idmap_path, priority); local
  /frameworks/native/cmds/installd/
commands.c 1418 char idmap_path[PATH_MAX]; local
    [all...]

Completed in 874 milliseconds