OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closefd
(Results
1 - 12
of
12
) sorted by null
/external/skia/legacy/src/ports/
SkImageRef_ashmem.h
43
void
closeFD
();
SkImageRef_ashmem.cpp
48
this->
closeFD
();
51
void SkImageRef_ashmem::
closeFD
() {
153
this->
closeFD
();
/external/skia/src/images/
SkImageRef_ashmem.h
39
void
closeFD
();
SkImageRef_ashmem.cpp
49
this->
closeFD
();
52
void SkImageRef_ashmem::
closeFD
() {
154
this->
closeFD
();
/frameworks/base/services/java/com/android/server/am/
TransferPipe.java
137
closeFd
(1);
165
void
closeFd
(int num) {
177
closeFd
(0);
178
closeFd
(1);
/external/elfutils/libdwfl/
offline.c
287
const char *file_name, int fd, bool
closefd
,
296
if (
closefd
)
309
bool
closefd
= false;
312
closefd
= true;
321
return __libdwfl_report_offline (dwfl, name, file_name, fd,
closefd
, NULL);
dwfl_report_elf.c
265
bool
closefd
= false;
local
268
closefd
= true;
283
if (
closefd
)
libdwflP.h
313
int fd, bool
closefd
,
/external/llvm/lib/Support/Windows/
PathV2.inc
714
error_code mapped_file_region::init(int FD, bool
CloseFD
, uint64_t Offset) {
719
if (
CloseFD
)
743
if (
CloseFD
)
766
if (
CloseFD
)
781
if (
CloseFD
)
794
if (
CloseFD
)
846
bool
closefd
,
859
if (
closefd
)
866
ec = init(FileDescriptor,
closefd
, offset);
[
all
...]
/external/llvm/lib/Support/Unix/
PathV2.inc
480
error_code mapped_file_region::init(int FD, bool
CloseFD
, uint64_t Offset) {
482
if (!
CloseFD
)
539
bool
closefd
,
553
ec = init(fd,
closefd
, offset);
/external/llvm/include/llvm/Support/
FileSystem.h
605
error_code init(int FD, bool
CloseFD
, uint64_t Offset);
636
/// ownership if
closefd
is true. It must have been opended in the correct
639
bool
closefd
,
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 924 milliseconds