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:CONFIG_PATH
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_uni_render_judgement.cpp
25
const std::string
CONFIG_PATH
= "/etc/";
member
63
std::string configFilePath =
CONFIG_PATH
+ UNIRENDER_CONFIG_FILE_NAME;
in InitUniRenderWithConfigFile()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_new_pipe_judgement.cpp
25
const std::string
CONFIG_PATH
= "/etc/";
member
113
std::string configFilePath =
CONFIG_PATH
+ ACE_NEW_PIPE_CONFIG_FILE_NAME;
in InitAceNewPipeWithConfigFile()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H
A
D
deeplink_reserve_config.cpp
28
const std::string
CONFIG_PATH
= "/etc/ability_runtime/deeplink_reserve_config.json";
member
50
char *configPath = GetOneCfgFile(
CONFIG_PATH
.c_str(), buf, MAX_PATH_LEN);
in GetConfigPath()
/foundation/ability/ability_runtime/services/common/src/
H
A
D
app_utils.cpp
46
constexpr const char*
CONFIG_PATH
= "/etc/ability_runtime/resident_process_in_extreme_memory.json";
member
269
if (!JsonUtils::GetInstance().LoadConfiguration(
CONFIG_PATH
, object)) {
in LoadResidentProcessInExtremeMemory()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H
A
D
deeplinkreserveconfig_fuzzer.cpp
41
const std::string
CONFIG_PATH
= "/etc/ability_runtime/deeplink_reserve_config.json";
member
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime.cpp
91
const std::string
CONFIG_PATH
= "/etc/system_kits_config.json";
member
1515
char *configPath = GetOneCfgFile(
CONFIG_PATH
.c_str(), buf, MAX_PATH_LEN);
in GetSystemKitPath()
Completed in 9 milliseconds