Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/ports/
DSkOSFile_stdio.cpp88 SkString bundlePath; in sk_fopen() local
89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
90 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
157 SkString bundlePath; in sk_isdir() local
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
159 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/third_party/skia/src/ports/
DSkOSFile_stdio.cpp89 SkString bundlePath; in sk_fopen() local
90 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
91 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
158 SkString bundlePath; in sk_isdir() local
159 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
160 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/third_party/flutter/flutter/dev/integration_tests/named_isolates/android/app/src/main/java/com/example/view/
DMainActivity.java35 firstRunArguments.bundlePath = FlutterMain.findAppBundlePath(getApplicationContext()); in onCreate()
41 secondRunArguments.bundlePath = FlutterMain.findAppBundlePath(getApplicationContext()); in onCreate()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/
Ddevices_test.dart119 const String bundlePath = '/path/to/bundle';
120 final List<String> installArgs = <String>[installerPath, '-i', bundlePath];
121 when(mockApp.deviceBundlePath).thenReturn(bundlePath);
123 when(mockFileSystem.directory(bundlePath)).thenReturn(directory);
240 const String bundlePath = '/path/to/bundle';
241 final List<String> args = <String>[installerPath, '-i', bundlePath];
242 when(mockApp.deviceBundlePath).thenReturn(bundlePath);
244 when(mockFileSystem.directory(bundlePath)).thenReturn(directory);
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterJNI.java111 @Nullable String bundlePath, in nativeInit() argument
596 @NonNull String bundlePath, in runBundleAndSnapshotFromLibrary()
605 bundlePath, in runBundleAndSnapshotFromLibrary()
614 @NonNull String bundlePath, in nativeRunBundleAndSnapshotFromLibrary() argument
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterRunArguments.java12 public String bundlePath; field in FlutterRunArguments
DFlutterNativeView.java97 args.bundlePath, in runFromBundle()
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/cocoa/
DSDL_sysfilesystem.m49 base = [[bundle bundlePath] fileSystemRepresentation];
51 base = [[[bundle bundlePath] stringByDeletingLastPathComponent] fileSystemRepresentation];
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
/third_party/flutter/flutter/examples/flutter_view/android/app/src/main/java/com/example/view/
DMainActivity.java63 runArguments.bundlePath = FlutterMain.findAppBundlePath(getApplicationContext()); in onCreate()
/third_party/python/Mac/PythonLauncher/
DMyAppDelegate.m68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dandroid_studio.dart42 factory AndroidStudio.fromMacOSBundle(String bundlePath) {
43 String studioPath = fs.path.join(bundlePath, 'Contents');
/third_party/flutter/flutter/packages/flutter_tools/templates/module/android/library/Flutter.tmpl/src/main/java/io/flutter/facade/
DFlutter.java.tmpl103 arguments.bundlePath = FlutterMain.findAppBundlePath(activity.getApplicationContext());
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Ddevices.dart35 @required String bundlePath,
50 bundlePath,
370 bundlePath: bundle.path,
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterActivityDelegate.java359 args.bundlePath = appBundlePath; in runBundle()
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSApp.mm266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
/third_party/glib/gio/
Dgosxappinfo.m419 info->filename = g_strconcat ("file://", [[info->bundle bundlePath]