HomeSort by relevance Sort by last modified time
    Searched refs:GetDexCanonicalLocation (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_file_test.cc 359 TEST_F(DexFileTest, GetDexCanonicalLocation) {
364 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location.c_str()));
366 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location.c_str()));
371 ASSERT_EQ(dex_location, DexFile::GetDexCanonicalLocation(dex_location_sym.c_str()));
374 ASSERT_EQ(multidex_location, DexFile::GetDexCanonicalLocation(multidex_location_sym.c_str()));
oat_file.cc 332 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str());
397 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location);
419 std::string dex_canonical_location = DexFile::GetDexCanonicalLocation(dex_location);
dex_file.h 892 static std::string GetDexCanonicalLocation(const char* dex_location);
    [all...]
dex_file.cc     [all...]

Completed in 41 milliseconds