HomeSort by relevance Sort by last modified time
    Searched refs:overlayPath (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/androidfw/
AssetManager.cpp 261 String8 overlayPath;
263 NULL, NULL, NULL, &targetPath, &overlayPath)) {
270 if (overlayPath != packagePath) {
272 idmapPath.string(), packagePath.string(), overlayPath.string());
283 if (access(overlayPath.string(), R_OK) != 0) {
284 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno));
289 oap.path = overlayPath;
290 oap.type = ::getFileType(overlayPath.string());
293 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
294 targetPath.string(), overlayPath.string(), idmapPath.string())
    [all...]
ResourceTypes.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]

Completed in 1612 milliseconds