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:lsof
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mbedtls/tests/
H
A
D
compat.sh
755
if type
lsof
>/dev/null 2>/dev/null; then
763
while !
lsof
-a -n -b -i "$proto:$1" -p "$2" >/dev/null 2>/dev/null; do
775
echo "Warning:
lsof
not available, wait_server_start = sleep"
H
A
D
ssl-opt.sh
1034
if type
lsof
>/dev/null 2>/dev/null; then
1046
SERVER_PIDS=$(
lsof
-a -n -b -i "$proto:$1" -t)
1048
# are checking for as well as the server and
lsof
will list both.
1063
echo "Warning:
lsof
not available, wait_app_start = sleep"
1938
# - how long do we wait for the server to start (when
lsof
not available)?
1943
# Note: without
lsof
, there is a trade-off between the running time of this
/third_party/toybox/generated/
H
A
D
globals.h
874
// toys/pending/
lsof
.c
1706
struct lsof_data
lsof
;
member
H
A
D
flags.h
1704
//
lsof
lp*t
4915
#define TT this.
lsof
Completed in 32 milliseconds