Searched refs:creat (Results 1 - 5 of 5) sorted by relevance

/system/core/toolbox/
H A Dtouch.c62 if ((fd=creat(file, 0666)) != -1)
H A Dnandread.c109 outfd = creat(filename, 0666);
/system/core/adb/
H A Dsysdeps.h389 int fd = creat(path, mode);
397 #undef creat macro
398 #define creat ___xxx_creat macro
/system/vold/
H A DLoop.cpp238 if ((fd = creat(file, 0600)) < 0) {
/system/extras/atrace/
H A Datrace.c234 int traceFD = creat(k_tracePath, 0);

Completed in 464 milliseconds