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:NODE_EXE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/npm/bin/
H
A
D
npx
24
NODE_EXE
="$basedir/node.exe"
25
if ! [ -x "$
NODE_EXE
" ]; then
26
NODE_EXE
="$basedir/node"
28
if ! [ -x "$
NODE_EXE
" ]; then
29
NODE_EXE
=node
34
CLI_BASEDIR="$("$
NODE_EXE
" -p 'require("path").dirname(process.execPath)' 2> /dev/null)"
46
NPM_PREFIX=`"$
NODE_EXE
" "$NPM_CLI_JS" prefix -g`
65
"$
NODE_EXE
" "$NPX_CLI_JS" "$@"
H
A
D
npm
24
NODE_EXE
="$basedir/node.exe"
25
if ! [ -x "$
NODE_EXE
" ]; then
26
NODE_EXE
="$basedir/node"
28
if ! [ -x "$
NODE_EXE
" ]; then
29
NODE_EXE
=node
34
CLI_BASEDIR="$("$
NODE_EXE
" -p 'require("path").dirname(process.execPath)' 2> /dev/null)"
45
NPM_PREFIX=`"$
NODE_EXE
" "$NPM_CLI_JS" prefix -g`
64
"$
NODE_EXE
" "$NPM_CLI_JS" "$@"
/third_party/node/
H
A
D
Makefile
79
NODE_EXE
= node$(EXEEXT)
macro
80
NODE ?= ./$(
NODE_EXE
)
109
all: $(
NODE_EXE
) ## Default target, builds node in out/Release/node.
111
all: $(
NODE_EXE
) $(NODE_G_EXE)
123
.PHONY: $(
NODE_EXE
) $(NODE_G_EXE)
126
# otherwise $(
NODE_EXE
) being a .PHONY target means it is always re-run.
131
$(
NODE_EXE
): build_type:=Release
133
$(
NODE_EXE
) $(NODE_G_EXE): config.gypi out/Makefile
136
ln -fs out/${build_type}/$(
NODE_EXE
) $@; fi
148
$(
NODE_EXE
)
[all...]
Completed in 2 milliseconds