Searched refs:source_path_ (Results 1 – 2 of 2) sorted by relevance
258 source_path_.clear(); in OpenSourcePartition()263 source_path_ = install_part_.source_path; in OpenSourcePartition()265 source_fd_ = OpenFile(source_path_.c_str(), O_RDONLY, false, &err); in OpenSourcePartition()269 << ", file " << source_path_; in OpenSourcePartition()631 source_path_.clear(); in Close()
110 std::string source_path_; variable