Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/nacl/renderer/
H A Djson_manifest.cc24 const char kProgramKey[] = "program"; variable
303 parent_key == kProgramKey && in IsValidISADictionary()
307 parent_key != kProgramKey && in IsValidISADictionary()
416 if (!GetURLFromISADictionary(dictionary_, kProgramKey, &nexe_url, in GetProgramURL()
478 kProgramKey, kInterpreterKey, kFilesKey}; in MatchesSchema()
488 if (!dictionary_.Find(kProgramKey)) { in MatchesSchema()
490 error_info->string = std::string("manifest: missing '") + kProgramKey + in MatchesSchema()
498 if (!IsValidISADictionary(dictionary_, kProgramKey, sandbox_isa_, true, in MatchesSchema()