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

  /art/runtime/
dex_file_test.cc 348 TEST_F(DexFileTest, GetMultiDexClassesDexName) {
351 ASSERT_EQ("/system/app/framework.jar", DexFile::GetMultiDexClassesDexName(0, dex_location));
352 ASSERT_EQ("/system/app/framework.jar:classes2.dex", DexFile::GetMultiDexClassesDexName(1, dex_location));
353 ASSERT_EQ("/system/app/framework.jar:classes101.dex", DexFile::GetMultiDexClassesDexName(100, dex_location));
362 std::string multidex_location = DexFile::GetMultiDexClassesDexName(1, dex_location.c_str());
370 std::string multidex_location_sym = DexFile::GetMultiDexClassesDexName(1, dex_location_sym.c_str());
dex_file.h 873 static std::string GetMultiDexClassesDexName(size_t number, const char* dex_location);
    [all...]
dex_file.cc 953 std::string DexFile::GetMultiDexClassesDexName(size_t number, const char* dex_location) {
    [all...]
class_linker.cc 733 std::string next_name_str = DexFile::GetMultiDexClassesDexName(i, dex_location);
    [all...]

Completed in 545 milliseconds