Searched refs:existsPath (Results 1 – 1 of 1) sorted by relevance
61 String8 existsPath; in ensureDirectoriesExist() local71 existsPath = path; in ensureDirectoriesExist()75 toCreate = existsPath.getPathLeaf().appendPath(toCreate); in ensureDirectoriesExist()76 existsPath = existsPath.getPathDir(); in ensureDirectoriesExist()77 } while (stat(existsPath.string(),&s) == -1); in ensureDirectoriesExist()82 existsPath.appendPath(toCreate.walkPath(&remains)); in ensureDirectoriesExist()85 _mkdir(existsPath.string()); in ensureDirectoriesExist()87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()