HomeSort by relevance Sort by last modified time
    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 283 path_mkdir( const char* path, int mode ) function
334 ret = path_mkdir( path, mode );
348 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 178 milliseconds