Home
last modified time | relevance | path

Searched refs:bundle_prefix (Results 1 – 3 of 3) sorted by relevance

/external/skia/gn/
Dgen_plist_ios.py15 app,bundle_prefix = sys.argv[1:3] variable
37 '''.format(app=app, bundle_prefix=bundle_prefix))
Dios.gni109 bundle_prefix = "com.google"
116 "$bundle_prefix",
192 PRODUCT_BUNDLE_IDENTIFIER = "${bundle_prefix}.${app_name}"
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc855 auto CheckDirFiles = [env](const string& bundle_prefix, in TEST()
857 StringPiece dir = io::Dirname(bundle_prefix); in TEST()