Searched refs:defaultPath (Results 1 – 4 of 4) sorted by relevance
751 void HiviewPlatform::ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPa… in ValidateAndCreateDirectory() argument753 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()
567 constexpr const char defaultPath[] = "/data/input.json"; variable570 envInputPath, defaultPath);574 inputPath = defaultPath;
79 …std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.… variable82 for (auto path : defaultPath) {130 …std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.… variable133 for (auto path : defaultPath) {
182 void ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath);