OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_fd
(Results
1 - 6
of
6
) sorted by null
/external/chromium/base/
file_descriptor_shuffle.cc
25
int
temp_fd
= -1;
local
37
if (
temp_fd
== -1) {
38
if (!delegate->Duplicate(&
temp_fd
, i->dest))
41
extra_fds[next_extra_fd++] =
temp_fd
;
48
j->source =
temp_fd
;
/external/chromium_org/base/posix/
file_descriptor_shuffle.cc
25
int
temp_fd
= -1;
local
37
if (
temp_fd
== -1) {
38
if (!delegate->Duplicate(&
temp_fd
, i->dest))
41
extra_fds[next_extra_fd++] =
temp_fd
;
48
j->source =
temp_fd
;
/external/qemu/android/utils/
filelock.c
219
int
temp_fd
= -1;
228
temp_fd
= mkstemp( lock->temp );
230
if (
temp_fd
< 0) {
236
ret = write(
temp_fd
, pid, strlen(pid)+1 );
241
close(
temp_fd
);
242
temp_fd
= -1;
335
if (
temp_fd
>= 0) {
336
close(
temp_fd
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py
185
temp_fd
, temp_name = tempfile.mkstemp(suffix)
186
f = os.fdopen(
temp_fd
, 'wb')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py
[
all
...]
Completed in 1845 milliseconds