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

  /frameworks/base/services/core/java/com/android/server/om/
IdmapManager.java 37 * Handle the creation and deletion of idmap files.
39 * The actual work is performed by the idmap binary, launched through Installer
55 Slog.d(TAG, "create idmap for " + targetPackage.packageName + " and "
62 mInstaller.idmap(targetPath, overlayPath, sharedGid);
64 Slog.w(TAG, "failed to generate idmap for " + targetPath + " and "
74 Slog.d(TAG, "remove idmap for " + oi.baseCodePath);
79 Slog.w(TAG, "failed to remove idmap for " + oi.baseCodePath + ": " + e.getMessage());
103 sb.append("@idmap");
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager.h 191 * Generate idmap data to translate resources IDs between a package and a
200 asset_path() : path(""), type(kFileTypeRegular), idmap(""),
204 String8 idmap; member in struct:android::AssetManager::asset_path
  /external/minijail/
minijail0.c 99 char *idmap = malloc(IDMAP_LEN); local
100 ret = snprintf(idmap, IDMAP_LEN, "%d %d 1", id, lowerid);
102 free(idmap);
106 return idmap;
  /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/services/core/java/com/android/server/pm/
Installer.java 313 public void idmap(String targetApkPath, String overlayApkPath, int uid) method in class:Installer
317 mInstalld.idmap(targetApkPath, overlayApkPath, uid);
PackageManagerService.java     [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 74 const char* AssetManager::IDMAP_BIN = "/system/bin/idmap";
104 path.append("@idmap");
227 if (mAssetPaths[i].idmap == idmapPath) {
233 Asset* idmap = NULL; local
234 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) {
235 ALOGW("failed to open idmap file %s\n", idmapPath.string());
241 if (!ResTable::getIdmapInfo(idmap->getBuffer(false), idmap->getLength(),
243 ALOGW("failed to read idmap file %s\n", idmapPath.string());
244 delete idmap;
505 Asset* idmap = openIdmapLocked(ap); local
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 81 static constexpr const char *kIdMapPath = "/system/bin/idmap";
83 static constexpr const char* IDMAP_SUFFIX = "@idmap";
2037 binder::Status InstalldNativeService::idmap(const std::string& targetApkPath, function in class:android::installd::InstalldNativeService
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 401 milliseconds