Searched defs:appBundlePath (Results 1 – 4 of 4) sorted by relevance
163 String appBundlePath = FlutterMain.findAppBundlePath(); in onCreate() local340 String appBundlePath = intent.getDataString(); in loadIntent() local356 private void runBundle(String appBundlePath) { in runBundle()
18 const appBundlePath = path.join(tmpdir.path, 'node_sandboxed.app'); constant
204 private String appBundlePath = null; field in FlutterFragment.NewEngineFragmentBuilder250 public NewEngineFragmentBuilder appBundlePath(@NonNull String appBundlePath) { in appBundlePath() argument
759 String appBundlePath = getIntent().getDataString(); in getAppBundlePath() local