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 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
bundle_common.h
131
const char
DATA_PATH
[] = "/storage/app/data";
member
156
const char
DATA_PATH
[] = "user/ace/data";
member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_installer.cpp
69
dataDirPath_ =
DATA_PATH
;
in ModifyInstallDirByHapType()
76
dataDirPath_ =
DATA_PATH
;
in ModifyInstallDirByHapType()
88
dataDirPath_ =
DATA_PATH
;
in RestoreInstallEnv()
H
A
D
bundle_manager_service.cpp
52
installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH,
DATA_PATH
);
in ManagerService()
185
installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH,
DATA_PATH
);
in ServiceMsgProcess()
H
A
D
gt_bundle_parser.cpp
892
int32_t len = strlen(
DATA_PATH
) + 1 + strlen(bundleProfile.bundleName) + 1;
in SetBundleInfo()
897
if (sprintf_s(dataPath, len, "%s/%s",
DATA_PATH
, bundleProfile.bundleName) < 0) {
in SetBundleInfo()
H
A
D
bundle_parser.cpp
265
dataDirPath =
DATA_PATH
;
in ParseHapProfile()
/foundation/multimodalinput/input/util/common/src/
H
A
D
util.cpp
58
const std::string
DATA_PATH
= "/data";
member
280
return IsValidPath(
DATA_PATH
, filePath) || IsValidPath(INPUT_PATH, filePath);
in IsValidJsonPath()
Completed in 8 milliseconds