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

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp674 std::string snap_profile_; member in class:android::installd::ProfileTest
684 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile);
717 CheckFileAccess(snap_profile_, kSystemUid, kSystemGid, 0600 | S_IFREG);
720 std::string expected_profile_content = snap_profile_ + ".expected";
728 ASSERT_TRUE(AreFilesEqual(expected_profile_content, snap_profile_));
736 unique_fd fd(open(snap_profile_.c_str(), O_RDONLY));
868 ASSERT_EQ(-1, stat(snap_profile_.c_str(), &st));

Completed in 10 milliseconds