Home
last modified time | relevance | path

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

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