Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/payload_consumer/
Dmtd_file_descriptor.cc104 bool MtdFileDescriptor::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::MtdFileDescriptor
132 bool MtdFileDescriptor::Open(const char* path, int flags) { in Open() function in chromeos_update_engine::MtdFileDescriptor
177 bool UbiFileDescriptor::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::UbiFileDescriptor
211 bool UbiFileDescriptor::Open(const char* path, int flags) { in Open() function in chromeos_update_engine::UbiFileDescriptor
Dfile_descriptor.cc29 bool EintrSafeFileDescriptor::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::EintrSafeFileDescriptor
34 bool EintrSafeFileDescriptor::Open(const char* path, int flags) { in Open() function in chromeos_update_engine::EintrSafeFileDescriptor
Dfile_writer.cc23 int DirectFileWriter::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::DirectFileWriter
/system/connectivity/shill/
Dfile_reader.cc36 bool FileReader::Open(const FilePath& file_path) { in Open() function in shill::FileReader
Dstub_storage.h34 bool Open() override { return false; } in Open() function
Dfake_store.cc66 bool FakeStore::Open() { in Open() function in shill::FakeStore
Dkey_file_store.cc83 bool KeyFileStore::Open() { in Open() function in shill::KeyFileStore
Djson_store.cc342 bool JsonStore::Open() { in Open() function in shill::JsonStore
/system/update_engine/
Dfake_file_writer.h37 virtual int Open(const char* path, int flags, mode_t mode) { in Open() function
/system/extras/iotop/
Dtaskstats.cpp31 bool TaskstatsSocket::Open() { in Open() function in TaskstatsSocket
/system/tpm/trunks/ftdi/
Dmpsse.c88 struct mpsse_context* Open(int vid, in Open() function
/system/core/libziparchive/
Dzip_archive_test.cc80 TEST(ziparchive, Open) { in TEST() argument