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 - 4
of
4
) sorted by relevance
/build/ohos/notice/
H
A
D
collect_module_notice_file.py
39
def is_top_dir(
current_dir
: str):
40
return os.path.exists(os.path.join(
current_dir
, '.gn'))
61
def find_file_recursively(
current_dir
: str, target_files: list):
62
if is_top_dir(
current_dir
):
65
candidate = os.path.join(
current_dir
, file)
68
return find_file_recursively(os.path.dirname(
current_dir
), target_files)
71
def find_license(
current_dir
: str):
72
return find_file_recursively(
current_dir
, LICENSE_CANDIDATES)
75
def find_opensource(
current_dir
: str):
76
return find_file_recursively(
current_dir
, [README_FILE_NAM
[all...]
H
A
D
merge_notice_files.py
268
current_dir
= stdout.decode().strip()
269
dest = f"{
current_dir
}/system/etc/NOTICE.txt"
/build/ohos/sdk/
H
A
D
generate_all_types_sdk.py
154
current_dir
=options.
current_dir
,
variable
/build/build_scripts/
H
A
D
build.sh
208
current_dir
=$(pwd)
209
if [ -d "$
current_dir
/prebuilts/ohos-sdk-12/" ]; then
210
mkdir -p $
current_dir
/prebuilts/ohos-sdk/linux/12
211
mv "$
current_dir
/prebuilts/ohos-sdk-12/ohos-sdk/linux/12/"* "$
current_dir
/prebuilts/ohos-sdk/linux/12/"
Completed in 2 milliseconds