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

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

Completed in 41 milliseconds