OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateDir
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_nolibc.cpp
28
bool
CreateDir
(const char *pathname) { return false; }
sanitizer_posix_libcdep.cpp
154
bool
CreateDir
(const char *pathname) { return mkdir(pathname, 0755) == 0; }
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_nolibc.cpp
28
bool
CreateDir
(const char *pathname) { return false; }
sanitizer_posix_libcdep.cpp
154
bool
CreateDir
(const char *pathname) { return mkdir(pathname, 0755) == 0; }
Completed in 24 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026