Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CloseFd
(Results
1 - 19
of
19
) sorted by relevance
/developtools/hdc/src/common/
H
A
D
async_cmd.cpp
33
if (Base::
CloseFd
(fd) != 0) {
in ~AsyncCmd()
240
Base::
CloseFd
(fds[pipeWrite]);
in Popen()
243
Base::
CloseFd
(fds[pipeRead]);
in Popen()
H
A
D
transfer.h
137
void
CloseFd
(ssize_t fd);
H
A
D
transfer.cpp
45
CloseFd
(ctxNow.openFd);
in ~HdcTransferBase()
54
void HdcTransferBase::
CloseFd
(ssize_t fd)
in CloseFd()
function in Hdc::HdcTransferBase
762
CloseFd
(ctxNow.openFd);
in CommandDispatch()
H
A
D
session.cpp
517
Base::
CloseFd
(hUSB->bulkIn);
in FreeSessionByConnectType()
518
Base::
CloseFd
(hUSB->bulkOut);
in FreeSessionByConnectType()
542
Base::
CloseFd
(hUART->devUartHandle);
in FreeSessionByConnectType()
581
Base::
CloseFd
(hSession->ctrlFd[STREAM_MAIN]);
in FreeSessionContinue()
582
Base::
CloseFd
(hSession->ctrlFd[STREAM_WORK]);
in FreeSessionContinue()
589
Base::
CloseFd
(hSession->dataFd[STREAM_WORK]);
in FreeSessionContinue()
H
A
D
base.h
238
int
CloseFd
(int &fd);
H
A
D
forward.cpp
151
Base::
CloseFd
(ctx->fd);
in FreeJDWP()
456
Base::
CloseFd
(s);
in LocalAbstractConnect()
H
A
D
base.cpp
1543
CloseFd
(fds[0]);
in CreateSocketPair()
1544
CloseFd
(fds[1]);
in CreateSocketPair()
1611
CloseFd
(fds[0]);
in CloseSocketPair()
1612
CloseFd
(fds[1]);
in CloseSocketPair()
2184
int
CloseFd
(int &fd)
in CloseFd()
function
H
A
D
file.cpp
358
CloseFd
(ctxNow.openFd);
in CommandDispatch()
/developtools/hdc/src/daemon/
H
A
D
shell.cpp
65
Base::
CloseFd
(fdPTY);
in ReadyForRelease()
259
Base::
CloseFd
(ptm);
in CreateSubProcessPTY()
267
Base::
CloseFd
(ptm);
in CreateSubProcessPTY()
H
A
D
daemon_usb.cpp
48
Base::
CloseFd
(controlEp);
in ~HdcDaemonUSB()
207
Base::
CloseFd
(hUSB->bulkIn);
in CloseEndpoint()
208
Base::
CloseFd
(hUSB->bulkOut);
in CloseEndpoint()
210
Base::
CloseFd
(controlEp);
in CloseEndpoint()
703
Base::
CloseFd
(thisClass->controlEp);
in WatchEPTimer()
H
A
D
main.cpp
122
Base::
CloseFd
(fd);
in BackgroundRun()
H
A
D
jdwp.cpp
34
Base::
CloseFd
(awakenPollFd);
in ~HdcJdwp()
448
Base::
CloseFd
(fd);
in SendArkNewFD()
692
Base::
CloseFd
(awakenPollFd);
in CreateFdEventPoll()
H
A
D
daemon_uart.cpp
127
int ret = Base::
CloseFd
(uartHandle);
in CloseUartDevice()
H
A
D
daemon_unity.cpp
151
Base::
CloseFd
(fd);
in RemountPartition()
H
A
D
daemon.cpp
272
Base::
CloseFd
(fds[1]);
in InitMod()
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
uart.h
102
int
CloseFd
(int &fd);
H
A
D
uart.cpp
550
return
CloseFd
(handle) >= 0;
556
int
CloseFd
(int &fd) {
function
/developtools/hdc/src/host/
H
A
D
host_uart.cpp
647
Base::
CloseFd
(hUART->devUartHandle);
in EnumSerialPort()
H
A
D
server.cpp
194
Base::
CloseFd
(fd);
in PullupServer()
Completed in 22 milliseconds