Searched refs:with (Results 1 - 12 of 12) sorted by relevance
/developtools/profiler/hiebpf/src/ |
H A D | utilities.cpp | 4 * you may not use this file except in compliance with the License. 60 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith() argument 63 // empty string only end with empty string in StringEndsWith() 64 if (with.empty()) { in StringEndsWith() 70 return string.rfind(with) == (string.length() - with.length()); in StringEndsWith()
|
/developtools/profiler/hiebpf/include/ |
H A D | utilities.h | 4 * you may not use this file except in compliance with the License. 37 bool StringEndsWith(const std::string &string, const std::string &with);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | utilities.cpp | 4 * you may not use this file except in compliance with the License. 107 HLOGE("tmpfile create failed '%s' with mode '%s'", tempFile.c_str(), mode.c_str()); in StdoutRecord() 469 bool StringStartsWith(const std::string &string, const std::string &with) in StringStartsWith() argument 471 return string.find(with) == 0; in StringStartsWith() 474 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith() argument 477 // empty string only end with empty string in StringEndsWith() 478 if (with.empty()) { in StringEndsWith() 484 return string.rfind(with) == (string.length() - with.length()); in StringEndsWith() 559 UNWIND_CHECK_NOTNULL(FileMappingHandle, MMAP_FAILED, "CreateFileMappingW %zu Failed with in mmap() [all...] |
/developtools/hiperf/test/fuzztest/resource/ |
H A D | send_to_device.bat | 3 @rem you may not use this file except in compliance with the License.
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/ |
H A D | send_to_device.bat | 3 @rem you may not use this file except in compliance with the License.
|
H A D | send_dwarf_to_device.bat | 3 @rem you may not use this file except in compliance with the License.
|
/developtools/hiperf/test/unittest/resource/ |
H A D | send_to_device.bat | 3 @rem you may not use this file except in compliance with the License.
|
H A D | send_report_to_device.bat | 3 @rem you may not use this file except in compliance with the License.
|
H A D | send_dwarf_to_device.bat | 3 @rem you may not use this file except in compliance with the License.
|
/developtools/hiperf/src/ |
H A D | utilities.cpp | 4 * you may not use this file except in compliance with the License. 154 HLOGE("tmpfile create failed '%s' with mode '%s'", tempFile.c_str(), mode.c_str()); in StdoutRecord() 533 bool StringStartsWith(const std::string &string, const std::string &with) in StringStartsWith() argument 535 return string.find(with) == 0; in StringStartsWith() 538 bool StringEndsWith(const std::string &string, const std::string &with) in StringEndsWith() argument 541 // empty string only end with empty string in StringEndsWith() 542 if (with.empty()) { in StringEndsWith() 548 return string.rfind(with) == (string.length() - with.length()); in StringEndsWith()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | utilities.h | 4 * you may not use this file except in compliance with the License. 173 bool StringStartsWith(const std::string &string, const std::string &with); 175 bool StringEndsWith(const std::string &string, const std::string &with);
|
/developtools/hiperf/include/ |
H A D | utilities.h | 4 * you may not use this file except in compliance with the License. 173 bool StringStartsWith(const std::string &string, const std::string &with); 175 bool StringEndsWith(const std::string &string, const std::string &with);
|
Completed in 7 milliseconds