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:current_dir
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_frontend/test/scripts/sdk_test/
H
A
D
entry.py
35
current_dir
= os.path.dirname(os.path.abspath(__file__))
36
print(
current_dir
)
38
process = subprocess.Popen(cmd, cwd=
current_dir
,
/arkcompiler/toolchain/tooling/client/tcpServer/test/
H
A
D
runtest.py
44
current_dir
= os.path.dirname(os.path.abspath(__file__))
45
case_dir =
current_dir
+ os.sep + 'js_test_case'
/arkcompiler/ets_runtime/test/regresstest/
H
A
D
run_regress_test.py
108
current_dir
= str(os.getcwd())
109
current_frontend_binary = os.path.join(
current_dir
, str(args.ark_frontend_binary))
121
current_dir
= str(os.getcwd())
126
current_ark_tool = os.path.join(
current_dir
, str(args.ark_tool))
139
current_dir
= str(os.getcwd())
140
current_ark_aot_tool = os.path.join(
current_dir
, str(args.ark_aot_tool))
156
current_dir
= str(os.getcwd())
157
stub_path = os.path.join(
current_dir
, str(args.stub_path))
194
current_dir
= str(os.getcwd())
195
libs = [os.path.abspath(os.path.join(
current_dir
, st
[all...]
Completed in 2 milliseconds