Searched refs:existsPath (Results 1 – 1 of 1) sorted by relevance
56 String8 existsPath; in ensureDirectoriesExist() local66 existsPath = path; in ensureDirectoriesExist()70 toCreate = existsPath.getPathLeaf().appendPath(toCreate); in ensureDirectoriesExist()71 existsPath = existsPath.getPathDir(); in ensureDirectoriesExist()72 } while (stat(existsPath.string(),&s) == -1); in ensureDirectoriesExist()77 existsPath.appendPath(toCreate.walkPath(&remains)); in ensureDirectoriesExist()80 _mkdir(existsPath.string()); in ensureDirectoriesExist()82 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()