Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c140 static void test_open_file(char *file) in test_open_file() function
186 CHECK_MARK(sname, 0, 0, test_open_file); in test01()
/third_party/python/Lib/test/test_importlib/
Dtest_reader.py53 def test_open_file(self): member in MultiplexedPathTest
/third_party/python/Lib/test/
Dtest_posix.py1847 def test_open_file(self): member in _PosixSpawnMixin