Home
last modified time | relevance | path

Searched defs:idmap (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/cmds/idmap2/tests/
DIdmapTests.cpp129 const auto idmap = std::move(*result); in TEST() local
188 std::unique_ptr<const Idmap> idmap; in TEST() local
232 std::unique_ptr<const Idmap> idmap; in TEST() local
262 std::unique_ptr<const Idmap> idmap; in TEST() local
290 std::unique_ptr<const Idmap> idmap; in TEST() local
322 std::unique_ptr<const Idmap> idmap; in TEST() local
359 std::unique_ptr<const Idmap> idmap; in TEST() local
396 std::unique_ptr<const Idmap> idmap; in TEST() local
407 std::unique_ptr<const Idmap> idmap; in TEST() local
504 const auto idmap = std::move(*result); in TEST() local
[all …]
DRawPrintVisitorTests.cpp41 const auto idmap = in TEST() local
64 const auto idmap = Idmap::FromBinaryStream(raw_stream); in TEST() local
DPrettyPrintVisitorTests.cpp46 const auto idmap = in TEST() local
66 const auto idmap = Idmap::FromBinaryStream(raw_stream); in TEST() local
DIdmap2BinaryTests.cpp54 void AssertIdmap(const Idmap& idmap, const std::string& target_apk_path, in AssertIdmap()
101 const auto idmap = Idmap::FromBinaryStream(fin); in TEST_F() local
DBinaryStreamVisitorTests.cpp78 const auto idmap = in TEST() local
/frameworks/base/cmds/idmap2/idmap2/
DDump.cpp53 const auto idmap = Idmap::FromBinaryStream(fin); in Dump() local
DCreate.cpp102 const auto idmap = Idmap::FromApkAssets(target_apk_path, *target_apk, overlay_apk_path, in Create() local
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp140 const auto idmap = Idmap::FromApkAssets(target_apk_path, *target_apk, overlay_apk_path, in createIdmap() local
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h225 String8 idmap; member
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp249 std::unique_ptr<Idmap> idmap(new Idmap()); in FromBinaryStream() local
404 std::unique_ptr<Idmap> idmap(new Idmap()); in FromApkAssets() local
/frameworks/base/libs/androidfw/
DAssetManager.cpp249 Asset* idmap = NULL; in addOverlayPath() local
550 Asset* idmap = openIdmapLocked(ap); in appendPathToResTable() local
DResourceTypes.cpp232 static bool assertIdmapHeader(const void* idmap, size_t size) { in assertIdmapHeader()
356 status_t parseIdmap(const void* idmap, size_t size, uint8_t* outPackageId, KeyedVector<uint8_t, Idm… in parseIdmap()
7261 bool ResTable::getIdmapInfo(const void* idmap, size_t sizeBytes, in getIdmapInfo()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl75 void idmap(@utf8InCpp String targetApkPath, @utf8InCpp String overlayApkPath, int uid); in idmap() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java354 public void idmap(String targetApkPath, String overlayApkPath, int uid) in idmap() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2342 binder::Status InstalldNativeService::idmap(const std::string& targetApkPath, in idmap() function in android::installd::InstalldNativeService