Searched refs:overlay_path_ (Results 1 – 2 of 2) sorted by relevance
120 !ReadString256(stream, idmap_header->overlay_path_)) { in FromBinaryStream()199 if (strcmp(overlay_path, overlay_path_) != 0) { in IsUpToDate()201 overlay_path_); in IsUpToDate()362 if (overlay_apk_path.size() > sizeof(header->overlay_path_)) { in FromApkAssets()366 memset(header->overlay_path_, 0, sizeof(header->overlay_path_)); in FromApkAssets()367 memcpy(header->overlay_path_, overlay_apk_path.data(), overlay_apk_path.size()); in FromApkAssets()
133 return StringPiece(overlay_path_); in GetOverlayPath()162 char overlay_path_[kIdmapStringLength]; variable