Searched refs:OpenFile (Results 1 – 2 of 2) sorted by relevance
37 file_.reset(base::OpenFile(file_path, "rb")); in Open()
111 FileDescriptorPtr OpenFile(const char* path, int mode, int* err) { in OpenFile() function302 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()