Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap/
Didmap.h23 int idmap_create_path(const char *target_apk_path, const char *overlay_apk_path,
Didmap.cpp171 return idmap_create_path(target_apk_path, overlay_apk_path, idmap_path); in maybe_create_path()
Dcreate.cpp198 int idmap_create_path(const char *target_apk_path, const char *overlay_apk_path, in idmap_create_path() function
Dscan.cpp269 if (idmap_create_path(target_apk_path, overlay_apk_path, idmap_path.string()) != 0) { in idmap_scan()