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:DATA_PATH
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/services/param/include/
H
A
D
param_utils.h
68
#ifndef
DATA_PATH
69
#define
DATA_PATH
"/"
macro
72
#define
DATA_PATH
STARTUP_INIT_UT_PATH"/storage/data/system/param/"
macro
74
#define
DATA_PATH
STARTUP_INIT_UT_PATH"/storage/data/system/param/"
macro
76
#define
DATA_PATH
STARTUP_INIT_UT_PATH"/data/service/el1/startup/parameters/"
macro
82
#define PARAM_PERSIST_SAVE_PATH
DATA_PATH
"persist_parameters"
83
#define PARAM_PERSIST_SAVE_TMP_PATH
DATA_PATH
"tmp_persist_parameters"
86
#define PARAM_PUBLIC_PERSIST_SAVE_PATH
DATA_PATH
"public_persist_parameters"
87
#define PARAM_PUBLIC_PERSIST_SAVE_TMP_PATH
DATA_PATH
"tmp_public_persist_parameters"
/base/startup/init/simulator/parameter/src/param_impl_posix/
H
A
D
param_impl_posix.c
27
#define
DATA_PATH
"/storage/data/system/param/"
macro
30
#ifndef
DATA_PATH
31
#define
DATA_PATH
""
macro
76
if (sprintf_s(keyPath, MAX_KEY_PATH + 1, "%s%s",
DATA_PATH
, key) < 0) {
in GetSysParam()
115
if (sprintf_s(keyPath, MAX_KEY_PATH + 1, "%s%s",
DATA_PATH
, key) < 0) {
in SetSysParam()
/base/startup/init/services/param/liteos/
H
A
D
param_service.c
64
PARAM_LOGI("InitParamService %s",
DATA_PATH
);
in InitParamService()
66
CheckAndCreateDir(
DATA_PATH
);
in InitParamService()
Completed in 1 milliseconds