Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/util/
DPathUtils.java11 public static String getFilesDir(Context applicationContext) { in getFilesDir() method in PathUtils
12 return applicationContext.getFilesDir().getPath(); in getFilesDir()
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java63 String filesDir = getFilesDir().getPath(); in executeBinary()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/app/
Dcontext.js195 getFilesDir: function (...args) { method
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterMain.java209 String appStoragePath = PathUtils.getFilesDir(applicationContext); in ensureInitializationComplete()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dability.js419 getFilesDir: function (...args) { method