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:TOPDIR
(Results
1 - 10
of
10
) sorted by relevance
/third_party/curl/packages/OS400/
H
A
D
initscript.sh
53
# The script directory is supposed to be in $
TOPDIR
/packages/os400.
55
TOPDIR
=`dirname "${SCRIPTDIR}"`
56
TOPDIR
=`dirname "${
TOPDIR
}"`
57
export SCRIPTDIR
TOPDIR
62
< "${
TOPDIR
}/lib/Makefile.soname"`
75
"${
TOPDIR
}/include/curl/curlver.h" |
78
"${
TOPDIR
}/include/curl/curlver.h" |
81
"${
TOPDIR
}/include/curl/curlver.h" |
84
"${
TOPDIR
}/includ
[all...]
H
A
D
make-tests.sh
32
cd "${
TOPDIR
}/tests"
43
INCLUDES="'`pwd`' '${
TOPDIR
}/lib' '${
TOPDIR
}/src'"
H
A
D
make-include.sh
31
cd "${
TOPDIR
}/include"
/third_party/toybox/scripts/
H
A
D
test.sh
6
TOPDIR
="$PWD"
29
[ -f "$
TOPDIR
/generated/config.h" ] &&
30
export OPTIONFLAGS=:$(echo $($SED -nr 's/^#define CFG_(.*) 1/\1/p' "$
TOPDIR
/generated/config.h") | $SED 's/ /:/g')
53
do_test "$
TOPDIR
"/tests/$i.test
56
for i in "$
TOPDIR
"/tests/*.test
/third_party/zlib/os400/
H
A
D
make.sh
79
-e 's/.* name=\"\\([^\"]*\\)\".*/\\1/' < \"${
TOPDIR
}/treebuild.xml\" |
147
# The script directory is supposed to be in ${
TOPDIR
}/os400.
149
TOPDIR
=`dirname "${SCRIPTDIR}"`
150
export SCRIPTDIR
TOPDIR
151
cd "${
TOPDIR
}"
182
for TEXT in "${
TOPDIR
}/ChangeLog" "${
TOPDIR
}/FAQ" \
183
"${
TOPDIR
}/README" "${SCRIPTDIR}/README400"
213
for HFILE in "${
TOPDIR
}/"*.h
/third_party/musl/scripts/build_lite/
H
A
D
Makefile
48
TOPDIR
= $(shell pwd)/../../../..
macro
49
MUSLDIR = $(
TOPDIR
)/third_party/musl
50
LINUXKERNELDIR = $(
TOPDIR
)/kernel/linux/linux-5.10
51
OPTRTDIR = $(
TOPDIR
)/third_party/optimized-routines
52
NUTTXDIR = $(
TOPDIR
)/third_party/NuttX
53
SYSROOTDIR = $(
TOPDIR
)/third_party/musl
54
LITEOSADIR = $(
TOPDIR
)/kernel/liteos_a
55
LINUXDIR = $(
TOPDIR
)/kernel/linux/linux-4.19
224
LIBCXXDIR = $(
TOPDIR
)/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/include
/third_party/tzdata/
H
A
D
Makefile
96
# Everything is installed into subdirectories of
TOPDIR
, and used there.
97
#
TOPDIR
should be empty (meaning the root directory),
99
#
TOPDIR
should be empty or an absolute name unless you're just testing.
100
TOPDIR
=
macro
103
TZDEFAULT = $(
TOPDIR
)/etc/localtime
115
TZDIR = $(
TOPDIR
)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
118
BINDIR = $(
TOPDIR
)/$(USRDIR)/bin
124
ZICDIR = $(
TOPDIR
)/$(USRDIR)/sbin
127
MANDIR = $(
TOPDIR
)/$(USRSHAREDIR)/man
130
LIBDIR = $(
TOPDIR
)/
[all...]
/third_party/libbpf/src/
H
A
D
Makefile
30
TOPDIR
= ..
macro
32
INCLUDES := -I. -I$(
TOPDIR
)/include -I$(
TOPDIR
)/include/uapi
74
UAPI_HEADERS := $(addprefix $(
TOPDIR
)/include/uapi/linux/,\
/third_party/ltp/testcases/kernel/fs/mongo/
H
A
D
mongo.pl
74
$
TOPDIR
= "$ENV{PWD}";
76
$RESDIR = "${
TOPDIR
}/results";
90
$READIT = "${
TOPDIR
}/mongo_read";
91
$SLINKS = "${
TOPDIR
}/mongo_slinks";
265
$com .= "$cmd $dir1-$i-$j "."-type f | while read X; do echo \$X \$X.lnk ; done | $
TOPDIR
/mongo_slinks ";
349
$fr16 =`find $TESTDIR -type f -size +16k | xargs $
TOPDIR
/map5 | $
TOPDIR
/summ | tail -n 1 2>&1`;
405
$cmd_1 = "$
TOPDIR
/reiser_fract_tree $bytes_to_consume $median_file_size $max_file_size $median_dir_nr_files $max_directory_nr_files $median_dir_branching $max_dir_branching $write_buffer_size";
408
$cmd_4 = "find $TESTDIR -type f | xargs $
TOPDIR
/mongo_read";
/third_party/jerryscript/targets/nuttx-stm32f4/
H
A
D
Makefile
15
-include $(
TOPDIR
)/Make.defs
Completed in 10 milliseconds