Home
last modified time | relevance | path

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

/system/core/logd/
DLogTags.cpp482 static int openFile(const char* name, int mode, bool warning) { in openFile() function
597 int fd = openFile(dynamic_event_log_tags, mode, true); in WriteDynamicEventLogTags()
620 int fd = openFile(debug_event_log_tags, mode, one); in WriteDebugEventLogTags()
/system/libziparchive/
Dzip_archive_test.cc1184 TEST_F(Zip64ParseTest, openFile) { in TEST_F() argument