Searched refs:GetBaseLocation (Results 1 - 5 of 5) sorted by relevance

/art/runtime/native/
H A Djava_lang_VMClassLoader.cc90 const std::string& location(dex_file->GetBaseLocation());
/art/runtime/
H A Ddex_file_test.cc390 EXPECT_EQ("/foo/bar/baz.jar", DexFile::GetBaseLocation("/foo/bar/baz.jar"));
391 EXPECT_EQ("/foo/bar/baz.jar", DexFile::GetBaseLocation("/foo/bar/baz.jar:classes2.dex"));
392 EXPECT_EQ("/foo/bar/baz.jar", DexFile::GetBaseLocation("/foo/bar/baz.jar:classes8.dex"));
H A Ddex_file.h419 static std::string GetBaseLocation(const char* location) { function in class:art::DexFile
428 static std::string GetBaseLocation(const std::string& location) { function in class:art::DexFile
429 return GetBaseLocation(location.c_str());
444 std::string GetBaseLocation() const { function in class:art::DexFile
445 return GetBaseLocation(location_);
H A Ddex_file.cc89 file_part_storage = GetBaseLocation(filename);
1033 std::string base_location = GetBaseLocation(dex_location);
H A Doat_file.cc67 std::string base = DexFile::GetBaseLocation(rel_dex_location);

Completed in 806 milliseconds