Searched refs:bundle_id (Results 1 – 12 of 12) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | multilink.c | 59 char *bundle_id; /* identifier for our bundle */ variable 173 bundle_id = malloc(l); in mp_join_bundle() 174 if (bundle_id == 0) in mp_join_bundle() 177 p = bundle_id; in mp_join_bundle() 182 p += slprintf(p, bundle_id+l-p, "%s", in mp_join_bundle() 185 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name); in mp_join_bundle() 188 l = p - bundle_id; in mp_join_bundle() 192 slprintf(blinks_id, l + 7, "BUNDLE_LINKS=%s", bundle_id + 7); in mp_join_bundle() 202 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle() 211 key.dptr = bundle_id; in mp_join_bundle() [all …]
|
/third_party/glib/gio/ |
D | gosxappinfo.m | 327 get_bundle_for_id (CFStringRef bundle_id) 333 CFArrayRef urls = LSCopyApplicationURLsForBundleIdentifier (bundle_id, NULL); 345 …if (LSFindApplicationForInfo (kLSUnknownCreator, bundle_id, NULL, NULL, &app_url) == kLSApplicatio… 349 gchar *id_str = create_cstr_from_cfstring (bundle_id); 611 CFStringRef bundle_id = CFArrayGetValueAtIndex (bundle_list, i); 614 bundle = get_bundle_for_id (bundle_id); 656 CFStringRef bundle_id = CFArrayGetValueAtIndex (bundle_list, i); 659 bundle = get_bundle_for_id (bundle_id); 691 CFURLRef bundle_id; 693 CFStringRef bundle_id; [all …]
|
/third_party/grpc/src/objective-c/examples/ |
D | BUILD | 74 bundle_id = "io.grpc.Sample", 97 bundle_id = "io.grpc.InterceptorSample", 120 bundle_id = "io.grpc.tvOS-sample", 148 bundle_id = "io.grpc.watchOS-sample", 159 bundle_id = "io.grpc.watchOS-sample.watchkitapp", 168 bundle_id = "io.grpc.watchOS-sample.watchkitapp.watchkitextension",
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
D | ios_debug_cmd.py | 17 bundle_id = sys.argv[1] variable 34 rv = subprocess.call(['idevicedebug', '--debug', 'run', bundle_id] + args)
|
/third_party/grpc/examples/objective-c/ |
D | BUILD | 53 bundle_id = "Google.HelloWorld", 79 bundle_id = "io.grpc.HelloWorld", 110 bundle_id = "gRPC.RouteGuideClient",
|
/third_party/cef/libcef/common/ |
D | util_mac.mm | 49 std::string bundle_id = GetMainBundleID(); 50 DCHECK(!bundle_id.empty()); 52 base::mac::SetBaseBundleID(bundle_id.c_str());
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | ios.py | 54 bundle_id = 'com.google.%s' % cmd[0] 56 cmd=['idevice-app-runner', '-s', bundle_id, '--args'] +
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | ios.py | 120 bundle_id = 'com.google.%s' % app_name 121 args = [bundle_id] + [str(ele) for ele in cmd[1:]]
|
/third_party/grpc/src/objective-c/tests/ |
D | BUILD | 80 bundle_id = "grpc.objc.tests.ios-host", 92 bundle_id = "grpc.objc.tests.tvos-host",
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 925 && (it->bundle_id == ins->bundle_id)) { in mir_spill_register()
|
D | compiler.h | 187 unsigned bundle_id; member
|
D | midgard_schedule.c | 1468 bundle.instructions[i]->bundle_id = in schedule_block()
|