Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc520 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { in TEST_F()
543 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { in TEST_F()
559 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { in TEST_F()
596 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { in TEST_F()
/system/update_engine/
Dp2p_manager_unittest.cc343 if (!test_utils::IsXAttrSupported(base::FilePath("/tmp"))) { in TEST_F()
365 if (!test_utils::IsXAttrSupported(base::FilePath("/tmp"))) { in TEST_F()
391 if (!test_utils::IsXAttrSupported(base::FilePath("/tmp"))) { in TEST_F()
/system/update_engine/common/
Dtest_utils.h99 bool IsXAttrSupported(const base::FilePath& dir_path);
Dtest_utils.cc115 bool IsXAttrSupported(const base::FilePath& dir_path) { in IsXAttrSupported() function