Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h395 std::string ExpandLocation(const std::string& location, size_t bcp_index) { in ExpandLocation() function
Dimage_space.cc1616 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1740 std::string art_filename = ExpandLocation(base_filename, bcp_index); in ValidateOatFile()
1741 std::string art_location = ExpandLocation(base_location, bcp_index); in ValidateOatFile()
1803 std::string actual_filename = ExpandLocation(base_filename, bcp_index); in ReadHeader()
1936 std::string art_filename = ExpandLocation(base_filename, bcp_index); in CompileBootclasspathElements()
2175 VLOG(image) << "Found image extension for " << ExpandLocation(base_location, bcp_pos); in Load()