Searched defs:OpenFile (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddelta_performer.cc113 FileDescriptorPtr OpenFile(const char* path, int mode, int* err) { function in namespace:chromeos_update_engine::__anon2632
347 source_fd_ = OpenFile(source_path_.c_str(), O_RDONLY, &err);
359 target_fd_ = OpenFile(target_path_.c_str(), O_RDWR, &err);

Completed in 53 milliseconds