Lines Matching refs:base_filename
1394 std::string base_filename; member
1507 const std::string& base_filename,
1512 const std::string& base_filename,
1815 const std::string& base_filename, in ReadHeader() argument
1821 std::string actual_filename = ExpandLocation(base_filename, bcp_index); in ReadHeader()
1836 chunk.base_filename = base_filename; in ReadHeader()
1853 const std::string& base_filename, in CompileExtension() argument
1931 std::string art_filename = ExpandLocation(base_filename, bcp_index); in CompileExtension()
1971 args.push_back("--oat-location=" + ImageHeader::GetOatLocationFromImageLocation(base_filename)); in CompileExtension()
2020 chunk.base_filename = base_filename; in CompileExtension()
2125 std::string base_filename; in LoadOrValidate() local
2126 if (!filename_fn(base_location, &base_filename, err_msg) || in LoadOrValidate()
2127 !ReadHeader(base_location, base_filename, bcp_index, err_msg)) { in LoadOrValidate()
2135 base_filename, in LoadOrValidate()
2184 std::string base_filename; in LoadOrValidate() local
2185 if (filename_fn(base_location, &base_filename, &err_msg) && in LoadOrValidate()
2186 ReadHeader(base_location, base_filename, bcp_pos, &err_msg)) { in LoadOrValidate()
2989 ExpandMultiImageLocations(requested_bcp_locations, chunk.base_filename, is_extension); in LoadComponents()