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

/system/connectivity/shill/
H A Dfile_reader.cc2 // Copyright (C) 2013 The Android Open Source Project
36 bool FileReader::Open(const FilePath& file_path) { function in class:shill::FileReader
H A Dfake_store.cc2 // Copyright (C) 2015 The Android Open Source Project
66 bool FakeStore::Open() { function in class:shill::FakeStore
H A Dkey_file_store.cc2 // Copyright (C) 2012 The Android Open Source Project
83 bool KeyFileStore::Open() { function in class:shill::KeyFileStore
H A Djson_store.cc2 // Copyright (C) 2015 The Android Open Source Project
342 bool JsonStore::Open() { function in class:shill::JsonStore
/system/update_engine/
H A Dfake_file_writer.h2 // Copyright (C) 2009 The Android Open Source Project
28 // calls to Open(), Close(), but not do any work. All calls to Write()
37 virtual int Open(const char* path, int flags, mode_t mode) { function in class:chromeos_update_engine::FakeFileWriter
/system/update_engine/payload_consumer/
H A Dfile_writer.cc2 // Copyright (C) 2009 The Android Open Source Project
23 int DirectFileWriter::Open(const char* path, int flags, mode_t mode) { function in class:chromeos_update_engine::DirectFileWriter
H A Dfile_descriptor.cc2 // Copyright (C) 2012 The Android Open Source Project
31 bool EintrSafeFileDescriptor::Open(const char* path, int flags, mode_t mode) { function in class:chromeos_update_engine::EintrSafeFileDescriptor
36 bool EintrSafeFileDescriptor::Open(const char* path, int flags) { function in class:chromeos_update_engine::EintrSafeFileDescriptor
H A Dmtd_file_descriptor.cc2 // Copyright (C) 2014 The Android Open Source Project
104 bool MtdFileDescriptor::Open(const char* path, int flags, mode_t mode) { function in class:chromeos_update_engine::MtdFileDescriptor
115 EintrSafeFileDescriptor::Open(path, flags | O_CLOEXEC, mode));
132 bool MtdFileDescriptor::Open(const char* path, int flags) { function in class:chromeos_update_engine::MtdFileDescriptor
135 return Open(path, flags, 0777 & ~cur);
177 bool UbiFileDescriptor::Open(const char* path, int flags, mode_t mode) { function in class:chromeos_update_engine::UbiFileDescriptor
186 EintrSafeFileDescriptor::Open(path, flags | O_CLOEXEC, mode));
211 bool UbiFileDescriptor::Open(const char* path, int flags) { function in class:chromeos_update_engine::UbiFileDescriptor
214 return Open(path, flags, 0777 & ~cur);
/system/extras/iotop/
H A Dtaskstats.cpp1 // Copyright (C) 2015 The Android Open Source Project
31 bool TaskstatsSocket::Open() { function in class:TaskstatsSocket
/system/tpm/trunks/ftdi/
H A Dmpsse.c2 *Copyright (C) 2015 The Android Open Source Project
63 mpsse = Open(supported_devices[i].vid, supported_devices[i].pid, mode,
75 * Open device by VID/PID
88 struct mpsse_context* Open(int vid, function
101 * Open device by VID/PID/index
147 /* Open the specified device */
230 * Must be called after MPSSE() / Open() / OpenIndex().

Completed in 145 milliseconds