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

  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 95 public int idmap(String targetApkPath, String overlayApkPath, int uid) { method in class:Installer
96 StringBuilder builder = new StringBuilder("idmap");
  /external/chromium_org/third_party/re2/re2/
onepass.cc 557 map<int, int> idmap; local
560 idmap[nodebyid[i]] = i;
586 idmap[node->action[i] >> kIndexShift]);
  /external/regex-re2/re2/
onepass.cc 557 map<int, int> idmap; local
560 idmap[nodebyid[i]] = i;
586 idmap[node->action[i] >> kIndexShift]);
  /frameworks/base/include/androidfw/
AssetManager.h 230 * Generate idmap data to translate resources IDs between a package and a
241 String8 idmap; member in struct:android::AssetManager::asset_path
  /frameworks/base/core/tests/overlaytests/
testrunner.py 17 TASK_GREP_IDMAP_TEST = 'test (grep idmap)'
19 TASK_IDMAP_PATH = 'idmap --path'
20 TASK_IDMAP_SCAN = 'idmap --scan'
28 TASK_SETUP_IDMAP_PATH = 'setup idmap --path'
29 TASK_SETUP_IDMAP_SCAN = 'setup idmap --scan'
239 return _adb_shell('su system idmap --path "%s" "%s" "%s"' % (self.path_target_apk, self.path_overlay_apk, self.path_idmap))
256 return _adb_shell('su system idmap --scan "%s" "%s" "%s" "%s"' % (self.overlay_dir, self.target_pkg_name, self.target_pkg, self.idmap_dir))
284 returncode, stdout, stderr = _adb_shell('idmap --inspect %s' % self.path_idmap)
289 return 1, 'pattern=%s idmap=%s expected=%d found=%d\n' % (self.pattern, self.path_idmap, self.expected_n, len(all_matches)), ''
410 RmTask("/data/resource-cache/vendor@overlay@framework_a.apk@idmap"),
603 idmap = idmaps + '\/vendor@overlay@framework_b.apk@idmap' variable
    [all...]
  /frameworks/native/cmds/installd/
commands.c 1413 int idmap(const char *target_apk, const char *overlay_apk, uid_t uid) function
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 86 const char* AssetManager::IDMAP_BIN = "/system/bin/idmap";
115 path.append("@idmap");
248 if (mAssetPaths[i].idmap == idmapPath) {
254 Asset* idmap = NULL; local
255 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) {
256 ALOGW("failed to open idmap file %s\n", idmapPath.string());
262 if (!ResTable::getIdmapInfo(idmap->getBuffer(false), idmap->getLength(),
264 ALOGW("failed to read idmap file %s\n", idmapPath.string());
265 delete idmap;
609 Asset* idmap = openIdmapLocked(ap); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 476 milliseconds