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

/frameworks/base/tools/aapt/
H A DCacheUpdater.h59 String8 existsPath; local
69 existsPath = path;
71 // As we remove the end of existsPath add it to
73 toCreate = existsPath.getPathLeaf().appendPath(toCreate);
74 existsPath = existsPath.getPathDir();
75 } while (stat(existsPath.string(),&s) == -1);
80 existsPath.appendPath(toCreate.walkPath(&remains));
83 _mkdir(existsPath.string());
85 mkdir(existsPath
[all...]

Completed in 38 milliseconds