Home
last modified time | relevance | path

Searched refs:android_open (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
Dfile_io.h31 #define android_open(...) DETERMINE_OPEN_CALL(__VA_ARGS__, \ macro
DTestTempDir.h139 int fd = ::android_open(path.c_str(), O_WRONLY | O_CREAT, 0744); in makeSubFile()
/hardware/google/aemu/base/testing/
Dfile_io.cpp127 return android_open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in android_creat()