OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldf
(Results
1 - 3
of
3
) sorted by null
/external/syzkaller/pkg/osutil/
fileutil.go
15
oldf
, err := os.Open(oldFile)
19
defer
oldf
.Close()
20
stat, err :=
oldf
.Stat()
30
_, err = io.Copy(newf,
oldf
)
/external/python/setuptools/setuptools/command/
build_py.py
143
oldf
= f
149
if path.endswith('.py') and f ==
oldf
:
/external/mksh/src/
jobs.c
1159
int
oldf
= j->flags & (JF_WAITING|JF_W_ASYNCNOTIFY);
local
1163
j->flags |=
oldf
;
[
all
...]
Completed in 120 milliseconds