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:OUT_OF_SOURCE_DIR
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mbedtls/tests/scripts/
H
A
D
all.sh
180
: ${
OUT_OF_SOURCE_DIR
:=./mbedtls_out_of_source_build}
481
--out-of-source-dir) shift;
OUT_OF_SOURCE_DIR
="$1";;
563
rm -rf "$
OUT_OF_SOURCE_DIR
"
568
if [ -d "$
OUT_OF_SOURCE_DIR
" ]; then
569
echo "Warning - there is an existing directory at '$
OUT_OF_SOURCE_DIR
'" >&2
571
echo "the script as: $0 --force --out-of-source-dir $
OUT_OF_SOURCE_DIR
"
6191
mkdir "$
OUT_OF_SOURCE_DIR
"
6192
cd "$
OUT_OF_SOURCE_DIR
"
6211
rm -rf "$
OUT_OF_SOURCE_DIR
"
6265
mkdir "$
OUT_OF_SOURCE_DIR
"
[all...]
Completed in 8 milliseconds