Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/os/
DNativeTombstoneManager.java139 File protoPath = isProtoFile ? path : new File(path.getAbsolutePath() + ".pb"); in handleTombstone() local
141 Optional<TombstoneFile> parsedTombstone = handleProtoTombstone(protoPath, isProtoFile); in handleTombstone()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java652 File protoPath = new File(prefix + APEX_ACONFIG_PATH_SUFFIX); in listApexProtoPaths() local
653 if (!protoPath.exists()) { in listApexProtoPaths()
657 paths.add(protoPath.getAbsolutePath()); in listApexProtoPaths()