Home | History | Annotate | Download | only in Support

Lines Matching refs:FD

371 /// @param FD Input file descriptor.
375 std::error_code resize_file(int FD, uint64_t Size);
521 std::error_code status(int FD, file_status &Result);
543 std::error_code setLastModificationAndAccessTime(int FD, TimeValue Time);
578 /// @returns errc::success if Result{FD,Path} have been successfully set,
609 /// @param FD File descriptor to a currently open file
611 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
691 std::error_code init(int FD, uint64_t Offset, mapmode Mode);
694 /// \param fd An open file descriptor to map. mapped_file_region takes
697 mapped_file_region(int fd, mapmode mode, uint64_t length, uint64_t offset,