Searched refs:idmap_fd_ (Results 1 – 2 of 2) sorted by relevance
277 idmap_fd_(android::base::utf8::open(idmap_path.c_str(), O_RDONLY|O_CLOEXEC|O_BINARY|O_PATH)), in LoadedIdmap()280 idmap_last_mod_time_(getFileModDate(idmap_fd_.get())) {} in LoadedIdmap()378 return idmap_last_mod_time_ == getFileModDate(idmap_fd_.get()); in IsUpToDate()
202 android::base::unique_fd idmap_fd_; variable