OpenGrok
Cross Reference: AssetManager.cpp
xref
: /
frameworks
/
base
/
libs
/
androidfw
/
AssetManager.cpp
Home
|
History
|
Annotate
|
Download
|
only in
androidfw
Lines Matching
refs:R_OK
219
if (TEMP_FAILURE_RETRY(access(overlayPath.string(),
R_OK
)) == 0) {