Home
last modified time | relevance | path

Searched refs:overlay_path_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h131 return overlay_path_; in GetOverlayPath()
166 std::string overlay_path_; variable
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp105 !ReadString(stream, &idmap_header->overlay_path_) || in FromBinaryStream()
172 if (overlay_path != overlay_path_) { in IsUpToDate()
174 overlay_path_.c_str()); in IsUpToDate()
382 header->overlay_path_ = overlay.GetPath(); in FromContainers()