Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCacheUpdater.h64 String8 existsPath; in ensureDirectoriesExist() local
74 existsPath = path; in ensureDirectoriesExist()
78 toCreate = appendPathCopy(getPathLeaf(existsPath), toCreate); in ensureDirectoriesExist()
79 existsPath = getPathDir(existsPath); in ensureDirectoriesExist()
80 } while (stat(existsPath.c_str(),&s) == -1); in ensureDirectoriesExist()
85 appendPath(existsPath, walkPath(toCreate, &remains)); in ensureDirectoriesExist()
88 _mkdir(existsPath.c_str()); in ensureDirectoriesExist()
90 mkdir(existsPath.c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()