Home
last modified time | relevance | path

Searched refs:path_exists (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapexd_test.cpp705 auto path_exists = PathExists(ota_apex_path); in TEST_F() local
706 ASSERT_TRUE(*path_exists); in TEST_F()
712 auto path_exists = PathExists(ota_apex_path); in TEST_F() local
713 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() local
2110 ASSERT_TRUE(*path_exists); in TEST_F()
[all …]