HomeSort by relevance Sort by last modified time
    Searched defs:creat (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
open.cpp 50 int creat(const char* pathname, mode_t mode) { function
53 __strong_alias(creat64, creat);
  /external/jemalloc_new/include/jemalloc/internal/
hooks.h 14 #define creat JEMALLOC_HOOK(creat, hooks_libc_hook) macro
  /external/autotest/client/deps/fakegudev/src/
fakesyscalls.c 21 /* The purpose of this library is to override the open/creat syscalls to
47 * simultaneously call open/creat for the first time, internal data-structures
49 * It is safe to have subsequent calls to open/creat be concurrent.
85 static const char *k_func_creat = "creat";
227 creat (const char *pathname, mode_t mode) function
239 "Redirect: creat (%s, %d) --> creat (%s, %d)",

Completed in 92 milliseconds