OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open
(Results
2326 - 2350
of
4741
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/chromium_org/tools/telemetry/telemetry/core/
temporary_http_server.py
29
self._devnull =
open
(os.devnull, 'w')
/external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py
119
exec
open
(deps_file).read()
/external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py
49
with
open
(filename, 'rb', buffering=0) as f:
/external/chromium_org/v8/build/
gyp_v8
61
file_contents =
open
(file_path).read()
/external/chromium_org/v8/test/preparser/
testcfg.py
112
with
open
(testcase.flags[0]) as f:
/external/chromium_org/v8/tools/
nacl-run.py
76
tmp_file =
open
(fname, "w")
/external/chromium_org/v8/tools/push-to-trunk/
common_includes.py
50
with
open
(file_name, "w") as f:
55
with
open
(file_name, "a") as f:
60
with
open
(file_name) as f:
66
with
open
(file_name) as f:
/external/chromium_org/v8/tools/testrunner/local/
statusfile.py
121
with
open
(path) as f:
/external/chromium_org/v8/tools/testrunner/network/
perfdata.py
53
self.database = shelve.
open
(filename, protocol=2)
/external/droiddriver/src/com/google/android/droiddriver/base/
AbstractDroidDriver.java
144
bos = FileUtils.
open
(path);
/external/dropbear/
cli-session.c
218
/* keeping stdin
open
steals input from the terminal and
220
devnull =
open
(_PATH_DEVNULL, O_RDONLY);
random.c
65
readfd =
open
(DROPBEAR_RANDOM_DEV, O_RDONLY);
67
dropbear_exit("couldn't
open
random device");
79
dropbear_exit("couldn't
open
random device");
84
dropbear_exit("couldn't
open
random device");
scpmisc.c
233
if ((nullfd = dupfd =
open
(_PATH_DEVNULL, O_RDWR)) == -1) {
234
fprintf(stderr, "Couldn't
open
/dev/null: %s", strerror(errno));
/external/e2fsprogs/lib/blkid/
getsize.c
198
if ((fd =
open
(argv[1], O_RDONLY)) < 0)
/external/e2fsprogs/lib/ext2fs/
ext2_io.h
69
errcode_t (*
open
)(const char *name, int flags, io_channel *channel);
member in struct:struct_io_manager
/external/e2fsprogs/lib/ss/
help.c
95
fd =
open
(buffer, O_RDONLY);
/external/e2fsprogs/lib/uuid/
gen_uuid.c
145
fd =
open
("/dev/urandom", O_RDONLY);
147
fd =
open
("/dev/random", O_RDONLY | O_NONBLOCK);
321
state_fd =
open
("/var/lib/libuuid/clock.txt",
465
open
("/dev/null", O_RDWR);
/external/e2fsprogs/misc/
findsuper.c
176
fd =
open
(device_name, O_RDONLY);
/external/e2fsprogs/resize/
online.c
64
fd =
open
(mtpt, O_RDONLY);
67
_("while trying to
open
mountpoint %s"), mtpt);
/external/elfutils/libelf/
nlist.c
21
under any
Open
Source Initiative certified
open
source license
43
Red Hat elfutils is an included package of the
Open
Invention Network.
44
An included package of the
Open
Invention Network is a package for which
45
Open
Invention Network licensees cross-license their patents. No patent
47
included package. Should you wish to participate in the
Open
Invention
94
/*
Open
the file. */
95
fd =
open
(filename, O_RDONLY);
/external/elfutils/tests/
asm-tst1.c
18
Red Hat elfutils is an included package of the
Open
Invention Network.
19
An included package of the
Open
Invention Network is a package for which
20
Open
Invention Network licensees cross-license their patents. No patent
22
included package. Should you wish to participate in the
Open
Invention
88
puts ("cannot
open
backend library");
125
fd =
open
(fname, O_RDONLY);
128
printf ("cannot
open
generated file: %m\n");
asm-tst2.c
18
Red Hat elfutils is an included package of the
Open
Invention Network.
19
An included package of the
Open
Invention Network is a package for which
20
Open
Invention Network licensees cross-license their patents. No patent
22
included package. Should you wish to participate in the
Open
Invention
87
puts ("cannot
open
backend library");
141
fd =
open
(fname, O_RDONLY);
144
printf ("cannot
open
generated file: %m\n");
saridx.c
18
Red Hat elfutils is an included package of the
Open
Invention Network.
19
An included package of the
Open
Invention Network is a package for which
20
Open
Invention Network licensees cross-license their patents. No patent
22
included package. Should you wish to participate in the
Open
Invention
116
/*
Open
the input file. */
117
fd =
open
(argv[arg], O_RDONLY);
120
perror ("cannot
open
input file");
sectiondump.c
18
Red Hat elfutils is an included package of the
Open
Invention Network.
19
An included package of the
Open
Invention Network is a package for which
20
Open
Invention Network licensees cross-license their patents. No patent
22
included package. Should you wish to participate in the
Open
Invention
54
/*
Open
the test file. This is given as the first parameter to the
56
fd =
open
(argv[1], O_RDONLY);
58
error (EXIT_FAILURE, errno, "cannot
open
input file `%s'", argv[1]);
update3.c
19
Red Hat elfutils is an included package of the
Open
Invention Network.
20
An included package of the
Open
Invention Network is a package for which
21
Open
Invention Network licensees cross-license their patents. No patent
23
included package. Should you wish to participate in the
Open
Invention
56
fd =
open
(fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
59
printf ("cannot
open
`%s': %s\n", fname, strerror (errno));
Completed in 858 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>