Searched defs:vdex (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp288 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); local
291 ASSERT_EQ(expected_access, access(vdex.c_str(), R_OK));
321 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); local
324 ASSERT_EQ(expected_access, access(vdex.c_str(), F_OK));
432 std::string vdex = GetPrimaryDexArtifact(oat_dir, apk_path_, "vdex"); local
438 CheckFileAccess(vdex, kSystemUid, uid, mode);
585 std::string vdex local
[all...]

Completed in 10 milliseconds