Lines Matching refs:HasValue
33 using ::android::base::testing::HasValue;
53 EXPECT_THAT(BuildArtBinPath("foo"), HasValue(scratch_dir->GetPath() + "/bin/foo")); in TEST_F()
60 HasValue(AllOf(Field(&RawArtifactsPath::oat_path, "/a/oat/arm64/b.odex"), in TEST_F()
69 HasValue(AllOf(Field(&RawArtifactsPath::oat_path, "/a/oat/arm64/b.odex.staged"), in TEST_F()
78 HasValue(AllOf(Field(&RawArtifactsPath::oat_path, in TEST_F()
90 HasValue(AllOf(Field(&RawArtifactsPath::oat_path, in TEST_F()
116 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/primary.prof")); in TEST_F()
122 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/primary.prof.staged")); in TEST_F()
128 HasValue(android_data_ + "/misc/profiles/ref/.../primary.prof")); in TEST_F()
143 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/...prof")); in TEST_F()
158 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/primary.prof")); in TEST_F()
167 HasValue(android_data_ + "/user/0/com.android.foo/oat/a.apk.prof")); in TEST_F()
177 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/primary.prof.12345.tmp")); in TEST_F()
186 HasValue(android_data_ + "/user/0/com.android.foo/oat/a.apk.prof.12345.tmp")); in TEST_F()
200 HasValue("/a/b.apk.prof")); in TEST_F()
206 HasValue(android_data_ + "/misc/profiles/cur/1/com.android.foo/primary.prof")); in TEST_F()
213 HasValue(android_data_ + "/user/0/com.android.foo/oat/a.apk.prof")); in TEST_F()
219 HasValue(android_data_ + "/user/0/com.android.foo/oat/a.apk.prof.staged")); in TEST_F()
225 HasValue(android_data_ + "/user/0/com.android.foo/oat/a.apk.cur.prof")); in TEST_F()
229 EXPECT_THAT(BuildDexMetadataPath(DexMetadataPath{.dexPath = "/a/b.apk"}), HasValue("/a/b.dm")); in TEST_F()
236 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/primary.prof")); in TEST_F()
243 HasValue(android_data_ + "/misc/profiles/ref/com.android.foo/primary.prof.12345.tmp")); in TEST_F()
245 HasValue("/a/b.apk.prof")); in TEST_F()
248 HasValue(android_data_ + "/misc/profiles/cur/1/com.android.foo/primary.prof")); in TEST_F()
249 EXPECT_THAT(BuildProfileOrDmPath(DexMetadataPath{.dexPath = "/a/b.apk"}), HasValue("/a/b.dm")); in TEST_F()
255 HasValue("/a/oat/arm64/b.vdex")); in TEST_F()