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

  /frameworks/base/cmds/idmap/
Android.mk 18 LOCAL_SRC_FILES := idmap.cpp create.cpp scan.cpp inspect.cpp
22 LOCAL_MODULE := idmap
  /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...]
ResourceTypes.cpp 230 static bool assertIdmapHeader(const void* idmap, size_t size) {
231 if (reinterpret_cast<uintptr_t>(idmap) & 0x03) {
232 ALOGE("idmap: header is not word aligned");
237 ALOGW("idmap: header too small (%d bytes)", (uint32_t) size);
241 const uint32_t magic = htodl(*reinterpret_cast<const uint32_t*>(idmap));
243 ALOGW("idmap: no magic found in header (is 0x%08x, expected 0x%08x)",
248 const uint32_t version = htodl(*(reinterpret_cast<const uint32_t*>(idmap) + 1));
252 ALOGW("idmap: version mismatch in header (is 0x%08x, expected 0x%08x)",
295 ALOGE("idmap: entry header is not word aligned");
300 ALOGE("idmap: entry header is too small (%u bytes)", (uint32_t) size)
    [all...]
  /external/minijail/
minijail0.c 128 char *idmap = malloc(IDMAP_LEN); local
129 ret = snprintf(idmap, IDMAP_LEN, "%d %d 1", id, lowerid);
131 free(idmap);
135 return idmap;
  /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
ResourceTypes.h     [all...]
  /external/regex-re2/re2/
onepass.cc 557 map<int, int> idmap; local
560 idmap[nodebyid[i]] = i;
586 idmap[node->action[i] >> kIndexShift]);
  /build/make/target/product/
core_minimal.mk 54 idmap \
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 65 void idmap(@utf8InCpp String targetApkPath, @utf8InCpp String overlayApkPath, int uid);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /external/python/cpython2/Lib/
Cookie.py 313 idmap=_idmap, translate=string.translate):
320 if "" == translate(str, idmap, LegalChars):
453 idmap=_idmap, translate=string.translate):
458 if "" != translate(key, idmap, LegalChars):
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 323 public void idmap(String targetApkPath, String overlayApkPath, int uid) method in class:Installer
327 mInstalld.idmap(targetApkPath, overlayApkPath, uid);
PackageManagerService.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 316 idmap=_idmap, translate=string.translate):
323 if "" == translate(str, idmap, LegalChars):
454 idmap=_idmap, translate=string.translate):
459 if "" != translate(key, idmap, LegalChars):
  /frameworks/native/cmds/installd/
InstalldNativeService.h 99 binder::Status idmap(const std::string& targetApkPath, const std::string& overlayApkPath,
InstalldNativeService.cpp 81 static constexpr const char *kIdMapPath = "/system/bin/idmap";
83 static constexpr const char* IDMAP_SUFFIX = "@idmap";
2068 binder::Status InstalldNativeService::idmap(const std::string& targetApkPath, function in class:android::installd::InstalldNativeService
    [all...]
  /system/sepolicy/private/
file_contexts 256 /system/bin/idmap u:object_r:idmap_exec:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 251 /system/bin/idmap u:object_r:idmap_exec:s0
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 705 milliseconds