Lines Matching refs:profile_filename

1458     std::string profile_filename;  member
1514 const std::string& profile_filename,
1664 std::string profile_filename; // Empty. in MatchNamedComponents() local
1667 profile_filename = component.substr(profile_separator_pos + 1u); in MatchNamedComponents()
1668 DCHECK(!profile_filename.empty()); // Checked by VerifyImageLocation() in MatchNamedComponents()
1709 if (!profile_filename.empty() && profile_filename.find('/') == std::string::npos) { in MatchNamedComponents()
1710 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1715 location.profile_filename = profile_filename; in MatchNamedComponents()
1855 const std::string& profile_filename, in CompileExtension() argument
1862 DCHECK(!profile_filename.empty()); in CompileExtension()
1888 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileExtension()
1891 profile_filename.c_str(), in CompileExtension()
1905 *error_msg = StringPrintf("Failed to scan profile from %s", profile_filename.c_str()); in CompileExtension()
1980 args.push_back("--profile-file=" + profile_filename); in CompileExtension()
2021 chunk.profile_file = profile_filename; in CompileExtension()
2106 const std::string& profile_filename = named_component_locations[i].profile_filename; in LoadOrValidate() local
2107 if (extension_dependencies.empty() && !profile_filename.empty()) { in LoadOrValidate()
2133 if (profile_filename.empty() || in LoadOrValidate()
2137 profile_filename, in LoadOrValidate()
2140 if (!profile_filename.empty()) { in LoadOrValidate()