Searched refs:IsXAttrSupported (Results 1 – 4 of 4) sorted by relevance
520 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()
343 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()
99 bool IsXAttrSupported(const base::FilePath& dir_path);
115 bool IsXAttrSupported(const base::FilePath& dir_path) { in IsXAttrSupported() function