Home
last modified time | relevance | path

Searched refs:file_handle (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DWindowsMiniDump.cpp41 HANDLE file_handle = in SaveMiniDump() local
45 ::MiniDumpWriteDump(process_handle, process_sp->GetID(), file_handle, in SaveMiniDump()
47 ::CloseHandle(file_handle); in SaveMiniDump()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DLockFileWindows.cpp16 static Status fileLock(HANDLE file_handle, DWORD flags, const uint64_t start, in fileLock() argument
23 if (!::LockFileEx(file_handle, flags, 0, len, 0, &overlapped) && in fileLock()
28 if (!::GetOverlappedResult(file_handle, &overlapped, &bytes, TRUE)) in fileLock()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py49 file_handle = io.open(source_file, encoding='utf-8')
50 lines = file_handle.readlines()
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq3.pod727 while (my $line = <$file_handle>) {
736 my @data = <$file_handle>;
749 @wanted = grep {/pattern/} <$file_handle>;
754 while (<$file_handle>) {
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A Dmktables2758 my $file_handle;
2759 if (not open $file_handle, "<", $file) {
2763 $handle{$addr} = $file_handle; # Cache the open file handle
2785 $_ = <$file_handle>; # The version number is in the
2827 } while (<$file_handle>);
2838 while (<$file_handle>) {
19857 my $file_handle;
19858 if (! open $file_handle, "<", $file_list) {
19868 while (<$file_handle>) {
19902 close $file_handle;
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7495 struct file_handle *handle, int *mount_id, int flags) {
7528 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle,