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:host_platform
(Results
1 - 3
of
3
) sorted by relevance
/build/
H
A
D
prebuilts_download.sh
82
host_platform
=linux
86
host_platform
=darwin
175
platform="--host-platform $
host_platform
"
199
PYTHON_PATH=$(realpath $code_dir/prebuilts/python/${
host_platform
}-${host_cpu_prefix}/*/bin | tail -1)
201
if [[ "${
host_platform
}" == "linux" ]]; then
203
elif [[ "${
host_platform
}" == "darwin" ]]; then
253
if [[ "${
host_platform
}" == "linux" ]]; then
H
A
D
prebuilts_download.py
251
if args.
host_platform
== 'darwin':
284
def _file_handle(config: dict, code_dir: str,
host_platform
: str):
308
if
host_platform
== 'darwin' and os.path.basename(dest_dir) == "nodejs":
364
host_platform
= args.
host_platform
386
copy_config = config_info.get(
host_platform
).get(host_cpu).get('copy_config')
387
node_config = config_info.get(
host_platform
).get('node_config')
389
install_config = config_info.get(
host_platform
).get(host_cpu).get('install')
390
if
host_platform
== 'linux':
391
linux_copy_config = config_info.get(
host_platform
)
[all...]
/build/toolchain/
H
A
D
mini_debug_info.py
45
host_platform
= platform.uname().system.lower()
48
clang_base_dir,
host_platform
+ '-' + host_cpu, 'llvm/bin')
Completed in 2 milliseconds