Searched refs:base_filename (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 325 std::string base_filename; member 434 const std::string& base_filename, 440 const std::string& base_filename, 447 const std::string& base_filename,
|
D | image_space.cc | 1751 const std::string& base_filename, in ValidateOatFile() argument 1755 std::string art_filename = ExpandLocation(base_filename, bcp_index); in ValidateOatFile() 1815 const std::string& base_filename, in ReadHeader() argument 1821 std::string actual_filename = ExpandLocation(base_filename, bcp_index); in ReadHeader() 1848 if (!ValidateOatFile(base_location, base_filename, bcp_index + i, component_count, error_msg)) { in ReadHeader() 1858 chunk.base_filename = base_filename; in ReadHeader() 1876 const std::string& base_filename, in CompileBootclasspathElements() argument 1954 std::string art_filename = ExpandLocation(base_filename, bcp_index); in CompileBootclasspathElements() 2002 args.push_back("--oat-location=" + ImageHeader::GetOatLocationFromImageLocation(base_filename)); in CompileBootclasspathElements() 2053 chunk.base_filename = base_filename; in CompileBootclasspathElements() [all …]
|