Home
last modified time | relevance | path

Searched refs:with (Results 1 - 12 of 12) sorted by relevance

/developtools/profiler/hiebpf/src/
H A Dutilities.cpp4 * 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 Dutilities.h4 * 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 Dutilities.cpp4 * 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 Dsend_to_device.bat3 @rem you may not use this file except in compliance with the License.
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/
H A Dsend_to_device.bat3 @rem you may not use this file except in compliance with the License.
H A Dsend_dwarf_to_device.bat3 @rem you may not use this file except in compliance with the License.
/developtools/hiperf/test/unittest/resource/
H A Dsend_to_device.bat3 @rem you may not use this file except in compliance with the License.
H A Dsend_report_to_device.bat3 @rem you may not use this file except in compliance with the License.
H A Dsend_dwarf_to_device.bat3 @rem you may not use this file except in compliance with the License.
/developtools/hiperf/src/
H A Dutilities.cpp4 * 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 Dutilities.h4 * 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 Dutilities.h4 * 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