Searched defs:fd1 (Results 1 – 3 of 3) sorted by relevance
98 int fd1 = createOpenFileDescriptor(); in TEST() local258 int fd1 = createOpenFileDescriptor(); in TEST() local
51 get_entry_t::return_type fd1 = 0; in method_call() local52 co_return fd1; in method_call() local
259 static bool same_device(int fd1, int fd2) in same_device()