HomeSort by relevance Sort by last modified time
    Searched refs:mkostemp (Results 1 - 12 of 12) sorted by null

  /bionic/libc/bionic/
lfs64_support.cpp 27 return mkostemp(path, flags);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 144 mkostemp(char *path, int flags) function
148 DEF_WEAK(mkostemp); variable
  /external/wayland/cursor/
os-compatibility.c 68 fd = mkostemp(tmpname, O_CLOEXEC);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 287 int mkostemp(char *, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 674 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
677 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
680 # define mkostemp mkostemp64 macro
687 /* Similar to mkostemp, but the template can have a suffix after the
    [all...]
  /bionic/libc/include/
stdlib.h 67 int mkostemp(char* __template, int __flags) __INTRODUCED_IN(23);
  /external/honggfuzz/hfuzz_cc/
hfuzz-cc.c 202 int fd = mkostemp(template, O_CLOEXEC);
204 PLOG_E("mkostemp('%s')", template);
  /system/core/init/
selinux.cpp 294 unique_fd compiled_sepolicy_fd(mkostemp(compiled_sepolicy, O_CLOEXEC));
  /external/libffi/src/
closures.c 273 fd = mkostemp (name, flags);
  /bionic/tests/
stdlib_test.cpp 386 TEST(stdlib, mkostemp) {
387 TemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); });
  /frameworks/native/cmds/dumpstate/
utils.cpp 814 android::base::unique_fd fd(mkostemp(file_name_buf.get(), O_APPEND | O_CLOEXEC));
816 MYLOGE("mkostemp on pattern %s: %s\n", file_name_buf.get(), strerror(errno));
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c     [all...]

Completed in 1412 milliseconds