Searched refs:vdex (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 389 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); in CompileSecondaryDex() local 392 ASSERT_EQ(expected_access, access(vdex.c_str(), R_OK)); in CompileSecondaryDex() 422 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); in reconcile_secondary_dex() local 425 ASSERT_EQ(expected_access, access(vdex.c_str(), F_OK)); in reconcile_secondary_dex() 531 std::string vdex = GetPrimaryDexArtifact(oat_dir, apk_path_, "vdex"); in CompilePrimaryDex() local 537 CheckFileAccess(vdex, kSystemUid, uid, mode); in CompilePrimaryDex() 802 std::string vdex = GetSecondaryDexArtifact(apk_path_, "vdex"); in SetUp() local 805 first_compilation_vdex_fd_.reset(open(vdex.c_str(), O_RDONLY)); in SetUp()
|