Searched refs:snap_profile_ (Results 1 – 1 of 1) sorted by relevance
891 std::string snap_profile_; member in android::installd::ProfileTest901 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile); in SetUp()933 CheckFileAccess(snap_profile_, kSystemUid, kSystemGid, 0600 | S_IFREG); in createProfileSnapshot()936 std::string expected_profile_content = snap_profile_ + ".expected"; in createProfileSnapshot()946 ASSERT_TRUE(AreFilesEqual(expected_profile_content, snap_profile_)); in createProfileSnapshot()954 unique_fd fd(open(snap_profile_.c_str(), O_RDONLY)); in createProfileSnapshot()1082 ASSERT_EQ(-1, stat(snap_profile_.c_str(), &st)); in TEST_F()