HomeSort by relevance Sort by last modified time
    Searched full:existspath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
CacheUpdater.h 61 String8 existsPath;
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.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP)
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 294 milliseconds