OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overlayPath
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/androidfw/
AssetManager.cpp
249
String8
overlayPath
;
251
NULL, NULL, NULL, &targetPath, &
overlayPath
)) {
258
if (
overlayPath
!= packagePath) {
260
idmapPath.string(), packagePath.string(),
overlayPath
.string());
271
if (access(
overlayPath
.string(), R_OK) != 0) {
272
ALOGW("failed to access file %s: %s\n",
overlayPath
.string(), strerror(errno));
277
oap.path =
overlayPath
;
278
oap.type = ::getFileType(
overlayPath
.string());
281
ALOGD("Overlay added: targetPath=%s
overlayPath
=%s idmapPath=%s\n",
282
targetPath.string(),
overlayPath
.string(), idmapPath.string())
[
all
...]
ResourceTypes.cpp
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
[
all
...]
Completed in 131 milliseconds