Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp751 void HiviewPlatform::ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPa… in ValidateAndCreateDirectory() argument
753 if (defaultPath != realPath) { in ValidateAndCreateDirectory()
754 defaultPath = realPath; in ValidateAndCreateDirectory()
756 if (FileUtil::IsDirectory(defaultPath)) { in ValidateAndCreateDirectory()
759 FileUtil::CreateDirWithDefaultPerm(defaultPath, AID_SYSTEM, AID_SYSTEM); in ValidateAndCreateDirectory()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_chipset_platform_encrypt_test.cpp567 constexpr const char defaultPath[] = "/data/input.json"; variable
570 envInputPath, defaultPath);
574 inputPath = defaultPath;
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.cpp79 …std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.… variable
82 for (auto path : defaultPath) {
130 …std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.… variable
133 for (auto path : defaultPath) {
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h182 void ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath);