Home
last modified time | relevance | path

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

/external/angle/build/android/pylib/utils/
Dapp_bundle_utils.py31 manifest_data = bundletool.RunBundleTool(
33 return int(re.search(r'minSdkVersion.*?(\d+)', manifest_data).group(1))
/external/cronet/build/android/pylib/utils/
Dapp_bundle_utils.py31 manifest_data = bundletool.RunBundleTool(
33 return int(re.search(r'minSdkVersion.*?(\d+)', manifest_data).group(1))
/external/cronet/components/nacl/renderer/
Dppb_nacl_private_impl.cc902 const std::string& manifest_data);
1064 const std::string& manifest_data) { in CreateJsonManifest() argument
1066 static_cast<int32_t>(manifest_data.length() / 1024)); in CreateJsonManifest()
1082 if (j->Init(manifest_data.c_str(), &error_info)) { in CreateJsonManifest()