Searched refs:StartWith (Results 1 – 7 of 7) sorted by relevance
/base/msdp/device_status/utils/common/include/ |
D | utility.h | 37 static bool StartWith(const char *str, const char *prefix); 38 static bool StartWith(const std::string &str, const std::string &prefix);
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
D | dumper_opts.cpp | 119 return DumpCommonUtils::StartWith(path_, PATH_SEPARATOR); in IsDumpZip() 170 if ((!path.empty()) && (!DumpCommonUtils::StartWith(path, PATH_SEPARATOR))) { in CheckOptions()
|
/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/ |
D | dump_common_utils.h | 55 static bool StartWith(const std::string& str, const std::string& head);
|
/base/msdp/device_status/utils/common/src/ |
D | utility.cpp | 66 bool Utility::StartWith(const char *str, const char *prefix) in StartWith() function in OHOS::Msdp::DeviceStatus::Utility 72 bool Utility::StartWith(const std::string &str, const std::string &prefix) in StartWith() function in OHOS::Msdp::DeviceStatus::Utility
|
/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
D | service_checker.cpp | 132 static bool StartWith(const std::string &dst, const std::string &prefix) in StartWith() function 147 if (StartWith(context, OBJECT_PREFIX)) { in DecodeString()
|
/base/hiviewdfx/hidumper/services/native/src/ |
D | dump_common_utils.cpp | 121 if (!StartWith(name, CPU_STR)) { in GetCpuInfos() 250 bool DumpCommonUtils::StartWith(const std::string& str, const std::string& head) in StartWith() function in OHOS::HiviewDFX::DumpCommonUtils
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | config_utils.cpp | 607 if (DumpCommonUtils::StartWith(groupCfg.list_[i], CONFIG_DUMPER_)) { in GetGroupSimple() 609 } else if (DumpCommonUtils::StartWith(groupCfg.list_[i], CONFIG_MINIGROUP_)) { in GetGroupSimple()
|