Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c60 static int test_open(struct inode *, struct file *);
65 static int test_open(struct block_device *bdev, fmode_t mode);
79 .open = test_open,
87 static int test_open(struct inode *inode, struct file *f) in test_open() function
89 static int test_open(struct block_device *bdev, fmode_t mode) in test_open()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl07.c85 static int test_open(char *arg);
147 exit(test_open(t_opt)); in main()
198 int test_open(char *arg) in test_open() function
/external/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c64 static int test_open(struct inode *, struct file *);
78 open: test_open,
87 static int test_open(struct inode *ino, struct file *f) in test_open() function
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_unittest_test.py57 def test_open(self): member in TestPyfakefsUnittest
/external/clang/test/Analysis/
Dunix-fns.c49 void test_open(const char *path) { in test_open() function
/external/e2fsprogs/lib/ext2fs/
Dtest_io.c172 static errcode_t test_open(const char *name, int flags, io_channel *channel) in test_open() function
535 .open = test_open,
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb16 def test_open method in TestPatternLexer
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_zipio.py26 def test_open(self): member in TestModuleGraph