OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_mkdir
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
path.h
68
extern APosixStatus
path_mkdir
( const char* path, int mode );
path.c
271
path_mkdir
( const char* path, int mode )
function
322
ret =
path_mkdir
( path, mode );
336
ret =
path_mkdir
(path, mode);
bufprint.c
214
path_mkdir
(path, 0744);
/external/qemu/
trace.c
124
err =
path_mkdir
(dirname, 0755);
[
all
...]
Completed in 78 milliseconds