Home
last modified time | relevance | path

Searched refs:OpenFile (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dfile_reader.cc37 file_.reset(base::OpenFile(file_path, "rb")); in Open()
/system/update_engine/payload_consumer/
Ddelta_performer.cc111 FileDescriptorPtr OpenFile(const char* path, int mode, int* err) { in OpenFile() function
302 source_fd_ = OpenFile(source_path_.c_str(), O_RDONLY, &err); in OpenCurrentPartition()
314 target_fd_ = OpenFile(target_path_.c_str(), O_RDWR, &err); in OpenCurrentPartition()