Home
last modified time | relevance | path

Searched refs:overlay_path (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/idmap2/
Dvalgrind.sh49 overlay_path="${prefix}/tests/data/overlay/overlay.apk"
53 …te --policy public --target-apk-path $target_path --overlay-apk-path $overlay_path --idmap-path $i…
/frameworks/base/cmds/idmap2/idmap2/
DCommandUtils.cpp32 const std::string& overlay_path, PolicyBitmask fulfilled_policies, in Verify() argument
42 const auto header_ok = header->IsUpToDate(target_path.c_str(), overlay_path.c_str(), in Verify()
DCommandUtils.h25 const std::string& overlay_path,
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp135 Result<Unit> IdmapHeader::IsUpToDate(const char* target_path, const char* overlay_path, in IsUpToDate() argument
148 const std::unique_ptr<const ZipFile> overlay_zip = ZipFile::Open(overlay_path); in IsUpToDate()
150 return Error("failed to overlay target %s", overlay_path); in IsUpToDate()
158 return IsUpToDate(target_path, overlay_path, *target_crc, *overlay_crc, fulfilled_policies, in IsUpToDate()
162 Result<Unit> IdmapHeader::IsUpToDate(const char* target_path, const char* overlay_path, in IsUpToDate() argument
199 if (strcmp(overlay_path, overlay_path_) != 0) { in IsUpToDate()
200 return Error("bad overlay path: idmap version %s, file system version %s", overlay_path, in IsUpToDate()
/frameworks/base/libs/androidfw/
DIdmap.cpp211 size_t length = strnlen(reinterpret_cast<const char*>(header_->overlay_path), in LoadedIdmap()
212 arraysize(header_->overlay_path)); in LoadedIdmap()
213 overlay_apk_path_.assign(reinterpret_cast<const char*>(header_->overlay_path), length); in LoadedIdmap()
DApkAssets.cpp394 auto overlay_path = loaded_idmap->OverlayApkPath(); in LoadOverlay() local
395 auto assets = ZipAssetsProvider::Create(overlay_path); in LoadOverlay()
396 return (assets) ? LoadImpl(std::move(assets), overlay_path, flags | PROPERTY_OVERLAY, in LoadOverlay()
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h143 Result<Unit> IsUpToDate(const char* target_path, const char* overlay_path,
145 Result<Unit> IsUpToDate(const char* target_path, const char* overlay_path, uint32_t target_crc,
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1753 uint8_t overlay_path[256]; member