Home
last modified time | relevance | path

Searched refs:canonicalFilePath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
DObbScanner.java52 final String canonicalFilePath = obbFile.getCanonicalPath(); in getObbInfo() local
55 obbInfo.filename = canonicalFilePath; in getObbInfo()
56 getObbInfo_native(canonicalFilePath, obbInfo); in getObbInfo()