/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);
|
/external/pcre/dist2/src/sljit/ |
sljitProtExecAllocator.c | 99 int mkostemp(char *template, int flags); 155 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME);
|
/external/honggfuzz/libhfcommon/ |
files.c | 90 int fd = mkostemp(template, flags); 92 PLOG_W("mkostemp('%s') failed", template); 420 if ((*fd = mkostemp(template, O_CLOEXEC)) == -1) {
|
/bionic/libc/include/ |
stdlib.h | 67 int mkostemp(char* __template, int __flags) __INTRODUCED_IN(23);
|
/external/honggfuzz/hfuzz_cc/ |
hfuzz-cc.c | 226 int fd = TEMP_FAILURE_RETRY(mkostemp(template, O_CLOEXEC)); 228 PLOG_E("mkostemp('%s')", template);
|
/external/libffi/src/ |
closures.c | 273 fd = mkostemp (name, flags);
|
/bionic/tests/ |
stdlib_test.cpp | 407 TEST(stdlib, mkostemp) { 408 MyTemporaryFile tf([](char* path) { return mkostemp(path, O_CLOEXEC); });
|
/external/bcc/src/cc/ |
bcc_elf.c | 624 fd = mkostemp(tmpfile, O_CLOEXEC);
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_wayland.c | [all...] |
/external/pcre/dist2/ |
configure | [all...] |