Home
last modified time | relevance | path

Searched refs:target_path_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DIdmap.cpp103 !Read32(stream, &enforce_overlayable) || !ReadString(stream, &idmap_header->target_path_) || in FromBinaryStream()
166 if (target_path != target_path_) { in IsUpToDate()
168 target_path_.c_str()); in IsUpToDate()
328 header->target_path_ = target.GetPath(); in FromContainers()
/aosp12/system/update_engine/payload_consumer/
H A Dpartition_writer.cc288 target_path_ = install_part_.target_path; in Init()
295 LOG(INFO) << "Opening " << target_path_ << " partition with" in Init()
298 target_fd_ = OpenFile(target_path_.c_str(), flags, true, &err); in Init()
303 << target_path_; in Init()
640 target_path_.clear(); in Close()
H A Dpartition_writer.h112 std::string target_path_; variable
/aosp12/frameworks/base/cmds/idmap2/include/idmap2/
H A DIdmap.h116 return target_path_; in GetTargetPath()
154 std::string target_path_; variable