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:DISTFILES_PATH
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H
A
D
Makefile
10
DISTFILES_PATH
?= $(PWD)/distfiles
macro
29
$(1)_TAR := $(
DISTFILES_PATH
)/$$($(1)_NAME)$(4)
35
$(
DISTFILES_PATH
)/$(1): | $(4)
36
mkdir -p $(
DISTFILES_PATH
)
37
flock -x $$@.lock -c '[ -f $$@ ] && exit 0; wget -O $$@.tmp $(MIRROR)$(1) || wget -O $$@.tmp $(2)$(1) || rm -f $$@.tmp; [ -f $$@.tmp ] || exit 1; if ([ -n "$(4)" ] && sed -n "s#^\([a-f0-9]\{64\}\) \($(1)\)\$$$$#\1 $(
DISTFILES_PATH
)/\2.tmp#p" "$(4)" || echo "$(3) $$@.tmp") | sha256sum -c -; then mv $$@.tmp $$@; else rm -f $$@.tmp; exit 71; fi'
261
TOOLCHAIN_TAR := $(
DISTFILES_PATH
)/$(TOOLCHAIN_FILENAME)
265
$(eval $(call file_download,$(TOOLCHAIN_FILENAME),$(TOOLCHAIN_DIR),,$(
DISTFILES_PATH
)/toolchain-sha256sums-20211123))
450
rm -rf $(
DISTFILES_PATH
)
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H
A
D
Makefile
22
DISTFILES_PATH
?= $(PWD)/distfiles
macro
33
$(1)_TAR := $(
DISTFILES_PATH
)/$$($(1)_NAME)$(4)
39
$(
DISTFILES_PATH
)/$(1):
40
mkdir -p $(
DISTFILES_PATH
)
371
rm -rf $(
DISTFILES_PATH
)
Completed in 2 milliseconds