Searched defs:dirFd (Results 1 - 7 of 7) sorted by relevance
| /test/xts/hats/kernel/syscalls/fileio/linkat/ |
| H A D | LinkatApiTest.cpp | 68 int dirFd; in HWTEST_F() local 116 int dirFd; in HWTEST_F() local 142 int dirFd; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/mkdirat/ |
| H A D | MkdiratApiTest.cpp | 67 int dirFd = open(OPEN_API_TEST_PATH, O_RDONLY); in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/fileio/unlinkat/ |
| H A D | UnlinkatApiTest.cpp | 69 int dirFd; in HWTEST_F() local 175 int dirFd; in HWTEST_F() local 236 int dirFd; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/openat/ |
| H A D | OpenatApiTest.cpp | 70 int dirFd = open(TEST_DIR, O_RDONLY | O_DIRECTORY); in HWTEST_F() local 100 int dirFd = -1; in HWTEST_F() local 129 int dirFd = -1; HWTEST_F() local 173 int dirFd = -1; HWTEST_F() local 195 int dirFd; HWTEST_F() local 230 int dirFd = -1; HWTEST_F() local 258 int dirFd = -1; HWTEST_F() local 292 int dirFd = -1; HWTEST_F() local 320 int dirFd = -1; HWTEST_F() local 352 int dirFd = open(TEST_DIR, O_RDONLY | O_DIRECTORY); HWTEST_F() local 401 int dirFd = open(TEST_DIR, O_RDONLY | O_DIRECTORY); HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/mknodat/ |
| H A D | MknodatApiTest.cpp | 68 int dirFd = open(OPEN_API_TEST_PATH, O_RDONLY); in HWTEST_F() local 141 int dirFd = open(OPEN_API_TEST_PATH, O_RDONLY); in HWTEST_F() local 162 int dirFd = open(OPEN_API_TEST_PATH, O_RDONLY); in HWTEST_F() local 183 int dirFd = open(OPEN_API_TEST_PATH, O_RDONLY); HWTEST_F() local 204 int dirFd = open(OPEN_API_TEST_PATH, O_RDONLY); HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/readlinkat/ |
| H A D | ReadlinkatApiTest.cpp | 77 int dirFd = open(TEST_DIR, O_RDONLY | O_DIRECTORY); in HWTEST_F() local 105 int dirFd = open(TEST_DIR, O_RDONLY | O_DIRECTORY); in HWTEST_F() local 128 int dirFd = open(TEST_DIR, O_RDONLY); in HWTEST_F() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | fcntlndk.cpp | 197 int dirFd = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777);
in Openat() local 213 int dirFd = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777);
in Openat64() local
|
Completed in 3 milliseconds