Searched refs:base_location (Results 1 – 6 of 6) sorted by relevance
292 std::string base_location = scratch_dir + base_name; in TEST_F() local295 base_location, in TEST_F()344 extra_args.push_back("--boot-image=" + base_location); in TEST_F()354 extra_args.push_back("--boot-image=" + base_location); in TEST_F()404 extra_args.push_back("--boot-image=" + base_location); in TEST_F()442 bool load_ok = load(base_location); in TEST_F()458 load_ok = load(base_location + ':' + mid_location); in TEST_F()463 load_ok = load(base_location + ':' + mid_name); in TEST_F()489 load_ok = load(base_location + ":*"); in TEST_F()523 load_ok = load(base_location + ':' + mid_name); in TEST_F()[all …]
187 std::string base_location = GetBaseLocation(dex_location); in GetDexCanonicalLocation() local188 const char* suffix = dex_location + base_location.size(); in GetDexCanonicalLocation()196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()197 if (path != nullptr && path.get() != base_location) { in GetDexCanonicalLocation()202 return base_location; in GetDexCanonicalLocation()
1393 std::string base_location; member1456 std::string base_location; member1673 std::string base_location; in MatchNamedComponents() local1679 base_location = component; in MatchNamedComponents()1696 base_location = path + base_name; in MatchNamedComponents()1713 location.base_location = base_location; in MatchNamedComponents()1835 chunk.base_location = base_location; in ReadHeader()2019 chunk.base_location = base_location; in CompileExtension()2104 const std::string& base_location = named_component_locations[i].base_location; in LoadOrValidate() local2134 !CompileExtension(base_location, in LoadOrValidate()[all …]
585 const std::string base_location(DexFileLoader::GetBaseLocation(path)); in EncodeClassPathContexts() local586 if (!seen_locations.insert(base_location).second) { in EncodeClassPathContexts()593 results.emplace(base_location, out.str()); in EncodeClassPathContexts()595 dex_locations.push_back(base_location); in EncodeClassPathContexts()
661 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in UpdateProfile() local662 if (locations.find(base_location) == locations.end()) { in UpdateProfile()
1497 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in GetProfiledMethods() local1498 if (!ContainsElement(dex_base_locations, base_location)) { in GetProfiledMethods()