Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dpath.c296 path_mkdir_recursive( char* path, unsigned len, int mode ) in path_mkdir_recursive() function
323 ret = path_mkdir_recursive( path, len2, mode ); in path_mkdir_recursive()
361 return path_mkdir_recursive(temp, len, mode); in path_mkdir_if_needed()