Searched refs:appBundlePath (Results 1 – 4 of 4) sorted by relevance
18 const appBundlePath = path.join(tmpdir.path, 'node_sandboxed.app'); constant19 const appBundleContentPath = path.join(appBundlePath, 'Contents');29 fs.mkdirSync(appBundlePath);46 appBundlePath,
163 String appBundlePath = FlutterMain.findAppBundlePath(); in onCreate() local164 if (appBundlePath != null) { in onCreate()165 runBundle(appBundlePath); in onCreate()340 String appBundlePath = intent.getDataString(); in loadIntent() local341 if (appBundlePath == null) { in loadIntent()343 appBundlePath = FlutterMain.findAppBundlePath(); in loadIntent()349 runBundle(appBundlePath); in loadIntent()356 private void runBundle(String appBundlePath) { in runBundle() argument359 args.bundlePath = appBundlePath; in runBundle()
204 private String appBundlePath = null; field in FlutterFragment.NewEngineFragmentBuilder250 public NewEngineFragmentBuilder appBundlePath(@NonNull String appBundlePath) { in appBundlePath() argument251 this.appBundlePath = appBundlePath; in appBundlePath()340 args.putString(ARG_APP_BUNDLE_PATH, appBundlePath); in createArgs()
759 String appBundlePath = getIntent().getDataString(); in getAppBundlePath() local760 if (appBundlePath != null) { in getAppBundlePath()761 return appBundlePath; in getAppBundlePath()