Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1394 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()
[all …]