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

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp243 std::string GetSecondaryDexArtifact(const std::string& path, const std::string& type) { function in class:android::installd::DexoptTest
287 std::string odex = GetSecondaryDexArtifact(path, "odex");
288 std::string vdex = GetSecondaryDexArtifact(path, "vdex");
289 std::string art = GetSecondaryDexArtifact(path, "art");
320 std::string odex = GetSecondaryDexArtifact(path, "odex");
321 std::string vdex = GetSecondaryDexArtifact(path, "vdex");
322 std::string art = GetSecondaryDexArtifact(path, "art");
584 std::string odex = GetSecondaryDexArtifact(apk_path_, "odex");
585 std::string vdex = GetSecondaryDexArtifact(apk_path_, "vdex");

Completed in 60 milliseconds