/third_party/flutter/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 88 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/ |
D | SkOSFile_stdio.cpp | 89 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/ |
D | MainActivity.java | 35 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/ |
D | devices_test.dart | 119 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/ |
D | FlutterJNI.java | 111 @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/ |
D | FlutterRunArguments.java | 12 public String bundlePath; field in FlutterRunArguments
|
D | FlutterNativeView.java | 97 args.bundlePath, in runFromBundle()
|
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/cocoa/ |
D | SDL_sysfilesystem.m | 49 base = [[bundle bundlePath] fileSystemRepresentation]; 51 base = [[[bundle bundlePath] stringByDeletingLastPathComponent] fileSystemRepresentation];
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_mac.mm | 20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
|
/third_party/flutter/flutter/examples/flutter_view/android/app/src/main/java/com/example/view/ |
D | MainActivity.java | 63 runArguments.bundlePath = FlutterMain.findAppBundlePath(getApplicationContext()); in onCreate()
|
/third_party/python/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_studio.dart | 42 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/ |
D | Flutter.java.tmpl | 103 arguments.bundlePath = FlutterMain.findAppBundlePath(activity.getApplicationContext());
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
D | devices.dart | 35 @required String bundlePath, 50 bundlePath, 370 bundlePath: bundle.path,
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/ |
D | FlutterActivityDelegate.java | 359 args.bundlePath = appBundlePath; in runBundle()
|
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSApp.mm | 266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
|
/third_party/glib/gio/ |
D | gosxappinfo.m | 419 info->filename = g_strconcat ("file://", [[info->bundle bundlePath]
|