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:ROOTFS_DIR
(Results
1 - 3
of
3
) sorted by relevance
/kernel/liteos_a/tools/scripts/make_rootfs/
H
A
D
rootfsimg.sh
34
ROOTFS_DIR
=$1
36
ROOTFS_IMG=${
ROOTFS_DIR
}"_"${FSTYPE}".img"
53
chmod -R 755 ${
ROOTFS_DIR
}
54
if [ -f "${
ROOTFS_DIR
}/bin/init" ]; then
55
chmod 700 ${
ROOTFS_DIR
}/bin/init 2> /dev/null
57
if [ -f "${
ROOTFS_DIR
}/bin/shell" ]; then
58
chmod 700 ${
ROOTFS_DIR
}/bin/shell 2> /dev/null
64
${WIN_JFFS2_TOOL} -q -o ${ROOTFS_IMG} -d ${
ROOTFS_DIR
} --pagesize=4096
67
${JFFS2_TOOL} -q -o ${ROOTFS_IMG} -d ${
ROOTFS_DIR
} --pagesize=4096
71
${YAFFS2_TOOL} ${
ROOTFS_DIR
}
[all...]
/kernel/liteos_a/
H
A
D
Makefile
85
ROOTFS_DIR
= $(OUT)/rootfs
macro
179
$(HIDE)$(LITEOS_SCRIPTPATH)/make_rootfs/rootfsdir.sh $(OUT) $(
ROOTFS_DIR
)
180
$(HIDE)shopt -s nullglob && $(STRIP) $(
ROOTFS_DIR
)/bin/* $(
ROOTFS_DIR
)/lib/*
182
$(HIDE)$(LITEOS_SCRIPTPATH)/make_rootfs/releaseinfo.sh "$(VERSION)" $(
ROOTFS_DIR
)
184
$(HIDE)$(LITEOS_SCRIPTPATH)/make_rootfs/rootfsimg.sh $(
ROOTFS_DIR
) $(FSTYPE)
185
$(HIDE)cd $(
ROOTFS_DIR
)/.. && zip -r $(ROOTFS_ZIP) $(ROOTFS)
/kernel/liteos_a/testsuites/
H
A
D
Makefile
68
ROOTFS_DIR
= $(OUT)/rootfs
macro
Completed in 1 milliseconds