Searched refs:boot_image_filename (Results 1 – 3 of 3) sorted by relevance
187 bool CompilerOptions::IsCoreImageFilename(const std::string& boot_image_filename) { in IsCoreImageFilename() argument188 std::string_view filename(boot_image_filename); in IsCoreImageFilename()
364 static bool IsCoreImageFilename(const std::string& boot_image_filename);
847 std::string boot_image_filename; member902 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()903 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()1321 AssignIfExists(args, M::BootImage, &parser_options->boot_image_filename); in ParseArgs()