/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | string_util.h | 46 inline bool StartsWith(const std::string& s, const std::string& prefix) in StartsWith() function 51 inline bool StartsWith(const std::string& s, char prefix) in StartsWith() function
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arch_util.cpp | 46 if (StartsWith(machine, "arm")) { in GetArchFromUname()
|
H A D | dfx_map.cpp | 273 if ((!StartsWith(name, "[anon:ArkTS Code")) && (!StartsWith(name, "/dev/zero")) && (!EndsWith(name, "stub.an"))) { in IsArkExecutable() 391 if (StartsWith(mapName, "/data/storage/")) { in FormatMapName() 399 if (StartsWith(mapName, "/proc/")) { in UnFormatMapName()
|
H A D | dfx_symbols.cpp | 132 if (StartsWith(buf, LINKER_PREFIX)) { in Demangle()
|
H A D | dfx_maps.cpp | 164 if (StartsWith(name, "[anon:ArkTS Code") || EndsWith(name, ".abc")) { in IsArkCodeMapItem()
|
H A D | dfx_elf.cpp | 77 if (!StartsWith(file, "/proc") || !EndsWith(file, ".hap")) {
in CreateFromHap() 130 if (!StartsWith(file, "/proc/")) { // sandbox file should not be check by realpath function
in DfxElf()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/main/ |
H A D | main_benchmark.cpp | 55 if (StartsWith(argv[i], "--benchmark_cpu=")) {
in main()
|
/base/hiviewdfx/faultloggerd/test/unittest/common/ |
H A D | common_test.cpp | 143 * @tc.desc: test StartsWith functions 150 bool ret = StartsWith(start, "[anon:ArkTS Code"); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | blob.cpp | 145 bool Blob::StartsWith(const Blob &blob) const in StartsWith() function in OHOS::DistributedKv::Blob
|
H A D | mock_single_kv_store.cpp | 106 if (iter.first.StartsWith(prefixKey)) { in GetEntries()
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | blob.cpp | 145 bool Blob::StartsWith(const Blob &blob) const in StartsWith() function in OHOS::DistributedKv::Blob
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | blob.cpp | 145 bool Blob::StartsWith(const Blob &blob) const in StartsWith() function in OHOS::DistributedKv::Blob
|
/base/startup/init/test/moduletest/ |
H A D | test_utils.cpp | 61 bool StartsWith(const std::string &str, const std::string &prefix) in StartsWith() function
|
/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_utils.h | 33 bool StartsWith(const std::string &str, const std::string &prefix);
|
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_utils.cpp | 115 if (StartsWith(filePath, iter)) { in GetHmpName() 146 bool StartsWith(const std::string &str, const std::string &prefix) in StartsWith() function
|
H A D | module_file.cpp | 408 } else if (!StartsWith(imagePath, MODULE_PREINSTALL_DIR)) { in Open()
|
/base/update/sys_installer/services/module_update/src/ |
H A D | module_loop.cpp | 140 if (!StartsWith(devicePath, DEVICE_PREFIX)) { in ConfigureReadAhead()
|
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_main.cpp | 439 if (!StartsWith(packInfoPath, MODULE_PREINSTALL_DIR) && in GetHmpVersion()
|