Searched refs:path_mkdir_if_needed (Results 1 – 4 of 4) sorted by relevance
75 extern APosixStatus path_mkdir_if_needed( const char* path, int mode );
343 path_mkdir_if_needed( const char* path, int mode ) in path_mkdir_if_needed() function
100 if (path_mkdir_if_needed(parentPath, 0755) < 0) { in auserConfig_new()
394 ret = path_mkdir_if_needed( tracePath, 0755 ); in main()