Searched refs:path_exists (Results 1 – 1 of 1) sorted by relevance
705 auto path_exists = PathExists(ota_apex_path); in TEST_F() local706 ASSERT_TRUE(*path_exists); in TEST_F()712 auto path_exists = PathExists(ota_apex_path); in TEST_F() local713 ASSERT_TRUE(*path_exists); in TEST_F()717 path_exists = PathExists(ota_apex_path); in TEST_F()718 ASSERT_FALSE(*path_exists); in TEST_F()723 path_exists = PathExists(ota_apex_path); in TEST_F()724 ASSERT_FALSE(*path_exists); in TEST_F()2109 auto path_exists = PathExists(previous_decompressed_apex); in TEST_F() local2110 ASSERT_TRUE(*path_exists); in TEST_F()[all …]