Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCacheUpdater.h61 String8 existsPath; in ensureDirectoriesExist() local
71 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()