Searched refs:android_open (Results 1 – 3 of 3) sorted by relevance
31 #define android_open(...) DETERMINE_OPEN_CALL(__VA_ARGS__, \ macro
139 int fd = ::android_open(path.c_str(), O_WRONLY | O_CREAT, 0744); in makeSubFile()
127 return android_open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in android_creat()