OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mkostemp64
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
lfs64_support.cpp
26
int
mkostemp64
(char* path, int flags) {
function
/bionic/libc/include/
stdlib.h
66
int
mkostemp64
(char* __template, int __flags) __INTRODUCED_IN(23);
/bionic/tests/
stdlib_test.cpp
402
TEST(stdlib,
mkostemp64
) {
403
MyTemporaryFile tf([](char* path) { return
mkostemp64
(path, O_CLOEXEC); });
Completed in 373 milliseconds