Home
last modified time | relevance | path

Searched refs:NewFd (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/erlang-p1_utils/p1_utils-1.0.23/src/
H A Dp1_file_queue.erl353 {ok, NewFd} = file:open(Path, [read, write, raw, binary]),
355 {ok, _} = file:copy(Fd, NewFd, Stop - Start),
357 {ok, _} = file:position(NewFd, Stop - Start),
358 ok = file:truncate(NewFd),
359 #file_q{fd = NewFd, start = 0, stop = Stop - Start,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dlog_mf_h.erl135 {ok, NewFd} = file_open(Dir, NewF),
136 State#state{cur_fd = NewFd, curF = NewF, curB = 0}
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_trace.erl211 {ok, NewFd} ->
213 D = dict:store(Owner, {Type,NewFd}, State#state.traces),
221 {ok, NewFd} ->
223 D = dict:store(Owner, {Type,NewFd}, State#state.traces),
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_mrview/src/
H A Dcouch_mrview_compactor.erl218 fd=NewFd
229 {ok, Post} = couch_file:bytes(NewFd),
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_index/src/
H A Dcouch_index.erl243 NewFd = Mod:get(fd, NewIdxState),
244 case NewFd == OldFd of
/dports/textproc/erlang-p1_utils/p1_utils-1.0.23/test/
H A Dp1_queue_test.erl390 {ok, NewFd} = file:open(Path, [read, binary, raw]),
391 Q1 = Q#file_q{fd = NewFd},
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py5964 def NewFd(self, fd, URL, encoding, options): member in xmlTextReader
H A Dlibxml2.py6752 def NewFd(self, fd, URL, encoding, options): member in xmlTextReader
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py5964 def NewFd(self, fd, URL, encoding, options): member in xmlTextReader
H A Dlibxml2.py6752 def NewFd(self, fd, URL, encoding, options): member in xmlTextReader