Home
last modified time | relevance | path

Searched refs:path_mkdir (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Dpath.c271 path_mkdir( const char* path, int mode ) in path_mkdir() function
322 ret = path_mkdir( path, mode ); in path_mkdir_recursive()
336 ret = path_mkdir(path, mode); in path_mkdir_if_needed()
Dpath.h68 extern APosixStatus path_mkdir( const char* path, int mode );
Dbufprint.c214 path_mkdir(path, 0744); in bufprint_temp_dir()
/external/qemu/
Dtrace.c124 err = path_mkdir(dirname, 0755); in create_trace_dir()