Home
last modified time | relevance | path

Searched refs:AA_TOOL_COMMAND_CONFIG (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer.cpp32 constexpr const char* AA_TOOL_COMMAND_CONFIG = "/system/etc/shell_command_excutor_config.json"; variable
66 if (!std::make_shared<ShellCommandConfigLoader>()->ReadConfig(AA_TOOL_COMMAND_CONFIG)) { in ExecuteShellCommand()