/external/e2fsprogs/misc/ |
mklost+found.c | 64 if ((d = creat (path, 0644)) == -1) { 65 perror ("creat");
|
/bionic/libc/unistd/ |
creat.c | 31 int creat(const char* pathname, mode_t mode) function
|
/bionic/libc/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
fcntl.h | 46 extern int creat(const char* path, mode_t mode);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xw32defs.h | 29 #define creat _creat macro
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
SecurityPermission2Test.java | 61 assertEquals("creat securityPermission constructor(string,string) failed",
|
/external/elfutils/tests/ |
ecp.c | 38 int outfd = creat (argv[2], 0666);
|
/frameworks/base/libs/utils/ |
BackupHelpers.cpp | 555 fd = creat(path, 0666); 557 fprintf(stderr, "creat %s failed\n", path); 632 fd = creat(filename, 0666); 691 fd = creat(filename, 0666); 892 fd = creat(filename, 0666); 998 fd = creat(filename, 0666); 1112 dataStreamFD = creat(SCRATCH_DIR "1.data", 0666); 1118 newSnapshotFD = creat(SCRATCH_DIR "before.snap", 0666); [all...] |
/external/bluetooth/glib/glib/ |
gstdio.c | 217 * @mode: as in creat() 219 * A wrapper for the POSIX creat() function. The creat() function is 224 * system. On Windows, it's the C library that implements creat() and 237 * See your C library manual for more details about creat(). 240 * return value can be used exactly like the return value from creat(). 267 return creat (filename, mode);
|
gstdio.h | 40 #define g_creat creat
|
/system/core/adb/ |
sysdeps.h | 377 int fd = creat(path, mode); 385 #undef creat macro 386 #define creat ___xxx_creat macro
|
/external/qemu/android/utils/ |
path.c | 441 int fd = creat(path, S_IRUSR | S_IWUSR); 471 fd = creat(dest, S_IRUSR | S_IWUSR);
|
/development/simulator/wrapsim/ |
Init.c | 55 _ws_creat = dlsym(RTLD_NEXT, "creat");
|
/external/bluetooth/bluez/common/ |
test_textfile.c | 52 fd = creat(filename, 0644);
|
/system/vold/ |
Loop.cpp | 232 if ((fd = creat(file, 0600)) < 0) {
|
/bionic/libc/include/sys/ |
linux-unistd.h | 60 int creat (const char*, mode_t);
|
/bootable/recovery/ |
install.c | 50 int fd = creat(binary, 0755);
|
/external/qemu/android/ |
config.c | 363 w->fd = creat( fn, 0755 );
|
/external/strace/strace/linux/x86_64/ |
syscallent.h | 86 { 2, TF, sys_creat, "creat" }, /* 85 */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 59 int creat (const char*, mode_t);
|