/frameworks/base/cmds/idmap/ |
Android.mk | 18 LOCAL_SRC_FILES := idmap.cpp create.cpp scan.cpp inspect.cpp 22 LOCAL_MODULE := idmap
|
/frameworks/native/cmds/installd/ |
commands.h | 78 int idmap(const char *target_path, const char *overlay_path, uid_t uid);
|
installd.cpp | 383 return idmap(arg[0], arg[1], atoi(arg[2])); 447 { "idmap", 3, do_idmap },
|
commands.cpp | 68 static constexpr const char* IDMAP_SUFFIX = "@idmap"; 1923 int idmap(const char *target_apk, const char *overlay_apk, uid_t uid) function in namespace:android::installd [all...] |
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 77 const char* AssetManager::IDMAP_BIN = "/system/bin/idmap"; 106 path.append("@idmap"); 236 if (mAssetPaths[i].idmap == idmapPath) { 242 Asset* idmap = NULL; local 243 if ((idmap = openAssetFromFileLocked(idmapPath, Asset::ACCESS_BUFFER)) == NULL) { 244 ALOGW("failed to open idmap file %s\n", idmapPath.string()); 250 if (!ResTable::getIdmapInfo(idmap->getBuffer(false), idmap->getLength(), 252 ALOGW("failed to read idmap file %s\n", idmapPath.string()); 253 delete idmap; 606 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...] |
/frameworks/base/include/androidfw/ |
AssetManager.h | 232 * Generate idmap data to translate resources IDs between a package and a 241 asset_path() : path(""), type(kFileTypeRegular), idmap(""), 245 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/target/product/ |
core_minimal.mk | 51 idmap \
|
/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/base/services/core/java/com/android/server/pm/ |
Installer.java | 168 public void idmap(String targetApkPath, String overlayApkPath, int uid) method in class:Installer 170 mInstaller.execute("idmap", targetApkPath, overlayApkPath, uid);
|
PackageManagerService.java | [all...] |
/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | |
/system/sepolicy/ |
file_contexts | 217 /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 | |