Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp339 std::string GetSecondaryDexArtifact(const std::string& path, const std::string& type) { in GetSecondaryDexArtifact() function in android::installd::DexoptTest
388 std::string odex = GetSecondaryDexArtifact(path, "odex"); in CompileSecondaryDex()
389 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); in CompileSecondaryDex()
390 std::string art = GetSecondaryDexArtifact(path, "art"); in CompileSecondaryDex()
421 std::string odex = GetSecondaryDexArtifact(path, "odex"); in reconcile_secondary_dex()
422 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); in reconcile_secondary_dex()
423 std::string art = GetSecondaryDexArtifact(path, "art"); in reconcile_secondary_dex()
801 std::string odex = GetSecondaryDexArtifact(apk_path_, "odex"); in SetUp()
802 std::string vdex = GetSecondaryDexArtifact(apk_path_, "vdex"); in SetUp()