Home
last modified time | relevance | path

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

/external/minijail/rust/minijail/tests/
Dfork_remap.rs22 fn open_path(path: &str) -> Result<File, io::Error> { in open_path() function
30 let mut check_file1 = open_path(DEV_ZERO).unwrap(); in main()
31 let mut check_file2 = open_path(PROC_CMDLINE).unwrap(); in main()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c267 int open_path(pathname_t *, int);
1082 int open_path(pathname_t * name, int oflag) in open_path() function
1093 rval = open_path(&newname, oflag); in open_path()
1438 fd = open_path(&f, O_RDWR); in allocsp_f()
1789 fd = open_path(&f, O_RDONLY); in dread_f()
1890 fd = open_path(&f, O_WRONLY); in dwrite_f()
1977 fd = open_path(&f, O_WRONLY); in fdatasync_f()
2013 fd = open_path(&f, O_RDWR); in freesp_f()
2062 fd = open_path(&f, O_WRONLY); in fsync_f()
2242 fd = open_path(&f, O_RDONLY); in read_f()
[all …]
/external/e2fsprogs/contrib/
Dfsstress.c294 int open_path(pathname_t *, int);
1109 int open_path(pathname_t * name, int oflag) in open_path() function
1120 rval = open_path(&newname, oflag); in open_path()
1463 fd = open_path(&f, O_RDWR); in allocsp_f()
1814 fd = open_path(&f, O_RDONLY); in dread_f()
1915 fd = open_path(&f, O_WRONLY); in dwrite_f()
2002 fd = open_path(&f, O_WRONLY); in fdatasync_f()
2038 fd = open_path(&f, O_RDWR); in freesp_f()
2087 fd = open_path(&f, O_WRONLY); in fsync_f()
2267 fd = open_path(&f, O_RDONLY); in read_f()
[all …]