Searched refs:ffd (Results 1 - 4 of 4) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | losetup.c | 55 int lfd = -1, ffd = -1; in loopback_setup() local 58 // Open file (ffd) and loop device (lfd) in loopback_setup() 60 if (file) ffd = xopen(file, TT.openflags); in loopback_setup() 109 if (ioctl(lfd, LOOP_SET_FD, ffd)) { in loopback_setup() 132 xclose(ffd); in loopback_setup()
|
/third_party/ninja/src/ |
H A D | disk_interface.cc | 108 WIN32_FIND_DATAA ffd;
in StatAllFilesInDir() local 109 HANDLE find_handle = FindFirstFileExA((dir + "\\*").c_str(), level, &ffd,
in StatAllFilesInDir() 121 string lowername = ffd.cFileName;
in StatAllFilesInDir() 129 TimeStampFromFileTime(ffd.ftLastWriteTime)));
in StatAllFilesInDir() 130 } while (FindNextFileA(find_handle, &ffd));
in StatAllFilesInDir()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | parse_test.cc | 175 const char* GetFlagfileFlag(const std::vector<FlagfileData>& ffd, in GetFlagfileFlag() argument 179 for (const auto& flagfile_data : ffd) { in GetFlagfileFlag()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 1291 int cfd = -1, sfd = -1, ffd, err; in execute_test_ktls_sendfile() local 1363 ffd = fileno(ffdp); in execute_test_ktls_sendfile() 1368 ffd, in execute_test_ktls_sendfile()
|
Completed in 14 milliseconds