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
71
extern APosixStatus
path_mkdir
( const char* path, int mode );
path.c
279
path_mkdir
( const char* path, int mode )
function
330
ret =
path_mkdir
( path, mode );
344
ret =
path_mkdir
(path, mode);
bufprint.c
214
path_mkdir
(path, 0744);
/external/qemu/
trace.c
221
err =
path_mkdir
(dirname, 0755);
[
all
...]
Completed in 143 milliseconds