Searched refs:SYSTEM_EXT_OVERLAY_DIR (Results 1 – 3 of 3) sorted by relevance
64 static const char* SYSTEM_EXT_OVERLAY_DIR; variable
131 if (stat(AssetManager::SYSTEM_EXT_OVERLAY_DIR, &st) == 0) { in NativeCreateIdmapsForStaticOverlaysTargetingAndroid()132 input_dirs.push_back(AssetManager::SYSTEM_EXT_OVERLAY_DIR); in NativeCreateIdmapsForStaticOverlaysTargetingAndroid()
77 const char* AssetManager::SYSTEM_EXT_OVERLAY_DIR = "/system_ext/overlay"; member in AssetManager