OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstfd
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
fs.c
1228
uv_file
dstfd
;
local
1240
dstfd
= -1;
1262
dstfd
= uv_fs_open(NULL,
1270
if (
dstfd
< 0) {
1271
err =
dstfd
;
1279
if (uv__fstat(
dstfd
, &dst_statsbuf)) {
1284
/* Check if srcfd and
dstfd
refer to the same file */
1291
if (ftruncate(
dstfd
, 0) != 0) {
1325
if (futimens(
dstfd
, times) == -1) {
1336
result = fchown(
dstfd
, src_statsbuf.st_uid, src_statsbuf.st_gid)
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026