Searched refs:upperCaseObbDir (Results 1 – 1 of 1) sorted by relevance
1194 File upperCaseObbDir = new File(obbDir.getPath().replace("Android/obb", "ANDROID/OBB")); in testAndroidDataObbDoesNotForgetMount() local1203 assertThat(upperCaseObbDir.exists()).isTrue(); in testAndroidDataObbDoesNotForgetMount()1206 StructStat afterObbStruct = Os.stat(upperCaseObbDir.getPath()); in testAndroidDataObbDoesNotForgetMount()