Searched refs:actual_path (Results 1 – 1 of 1) sorted by relevance
218 auto actual_path = super_path_; in OpenSuperFile() local220 output_fd_.reset(open(actual_path.c_str(), O_RDWR | O_CLOEXEC)); in OpenSuperFile()222 std::cerr << "open failed: " << actual_path << ": " << strerror(errno) << "\n"; in OpenSuperFile()231 actual_path = temp_super_->path; in OpenSuperFile()237 if (!android::base::Realpath(actual_path, &abs_super_path_)) { in OpenSuperFile()238 std::cerr << "realpath failed: " << actual_path << ": " << strerror(errno) << "\n"; in OpenSuperFile()