OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_mkdir_if_needed
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
path.h
72
extern APosixStatus
path_mkdir_if_needed
( const char* path, int mode );
path.c
331
path_mkdir_if_needed
( const char* path, int mode )
function
/external/qemu/android/
user-config.c
100
if (
path_mkdir_if_needed
(parentPath, 0755) < 0) {
main.c
[
all
...]
Completed in 290 milliseconds