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:abs_top_srcdir
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/include/mk/
H
A
D
env_pre.mk
46
abs_top_srcdir
:= $(abspath $(top_srcdir))
macro
69
abs_srcdir := $(abspath $(
abs_top_srcdir
)/$(cwd_rel_from_top))
71
srcdir := $(strip $(subst $(
abs_top_srcdir
)/,,$(abs_srcdir)))
104
ifeq ($(
abs_top_srcdir
),$(prefix))
127
export
abs_top_srcdir
abs_top_builddir BUILD_TREE_STATE
H
A
D
env_post.mk
96
CHECK ?= $(
abs_top_srcdir
)/tools/sparse/sparse-ltp
97
CHECK_NOFLAGS ?= $(
abs_top_srcdir
)/scripts/checkpatch.pl -f --no-tree --terse --no-summary --ignore CONST_STRUCT,VOLATILE,SPLIT_STRING
98
SHELL_CHECK ?= $(
abs_top_srcdir
)/scripts/checkbashisms.pl --force --extra
101
ifeq ($(CHECK),$(
abs_top_srcdir
)/tools/sparse/sparse-ltp)
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
Makefile
28
-I$(
abs_top_srcdir
)/testcases/kernel/fs/doio/include/
39
%.o: $(
abs_top_srcdir
)/testcases/kernel/fs/doio/%.c
/third_party/ltp/metadata/
H
A
D
Makefile
19
$(MAKE) -C $(abs_top_builddir)/docparse/ -f $(
abs_top_srcdir
)/docparse/Makefile
24
$(MAKE) -C $(abs_top_builddir)/docparse/ -f $(
abs_top_srcdir
)/docparse/Makefile install
/third_party/ltp/testcases/network/
H
A
D
generate.sh
39
if [ -z "$
abs_top_srcdir
" ] ; then
40
echo "The variable \`
abs_top_srcdir
', must be defined." >&2
43
make_file="$
abs_top_srcdir
/tools/make-file.sh"
H
A
D
Makefile
40
abs_top_srcdir
="$(
abs_top_srcdir
)" "$(abs_srcdir)/generate.sh"
/third_party/ltp/testcases/realtime/
H
A
D
config.mk
29
realtime_srcdir := $(
abs_top_srcdir
)/$(realtime_reldir)
/third_party/ltp/testcases/kernel/include/
H
A
D
lib.mk
19
KERNEL_SRCDIR := $(
abs_top_srcdir
)/testcases/kernel
/third_party/ltp/testcases/kernel/mem/include/
H
A
D
libmem.mk
19
MEM_SRCDIR := $(
abs_top_srcdir
)/testcases/kernel/mem
Completed in 3 milliseconds