Searched defs:Open (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/payload_consumer/ |
D | mtd_file_descriptor.cc | 104 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
|
D | file_descriptor.cc | 29 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
|
D | file_writer.cc | 23 int DirectFileWriter::Open(const char* path, int flags, mode_t mode) { in Open() function in chromeos_update_engine::DirectFileWriter
|
/system/connectivity/shill/ |
D | file_reader.cc | 36 bool FileReader::Open(const FilePath& file_path) { in Open() function in shill::FileReader
|
D | stub_storage.h | 34 bool Open() override { return false; } in Open() function
|
D | fake_store.cc | 66 bool FakeStore::Open() { in Open() function in shill::FakeStore
|
D | key_file_store.cc | 83 bool KeyFileStore::Open() { in Open() function in shill::KeyFileStore
|
D | json_store.cc | 342 bool JsonStore::Open() { in Open() function in shill::JsonStore
|
/system/update_engine/ |
D | fake_file_writer.h | 37 virtual int Open(const char* path, int flags, mode_t mode) { in Open() function
|
/system/extras/iotop/ |
D | taskstats.cpp | 31 bool TaskstatsSocket::Open() { in Open() function in TaskstatsSocket
|
/system/tpm/trunks/ftdi/ |
D | mpsse.c | 88 struct mpsse_context* Open(int vid, in Open() function
|
/system/core/libziparchive/ |
D | zip_archive_test.cc | 80 TEST(ziparchive, Open) { in TEST() argument
|