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

/frameworks/base/tools/aapt/
H A DCacheUpdater.h56 String8 existsPath; local
66 existsPath = path;
68 // As we remove the end of existsPath add it to
70 toCreate = existsPath.getPathLeaf().appendPath(toCreate);
71 existsPath = existsPath.getPathDir();
72 } while (stat(existsPath.string(),&s) == -1);
77 existsPath.appendPath(toCreate.walkPath(&remains));
80 _mkdir(existsPath.string());
82 mkdir(existsPath
[all...]

Completed in 110 milliseconds