Home
last modified time | relevance | path

Searched refs:postfix (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dstring_utils.cpp19 bool StringUtils::EndsWith(const std::string& str, const std::string& postfix) in EndsWith() argument
21 if (str.size() < postfix.size()) { in EndsWith()
24 return str.compare(str.size() - postfix.size(), postfix.size(), postfix) == 0; in EndsWith()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dstring_utils.h23 static bool EndsWith(const std::string& str, const std::string& postfix);
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dmisc.py115 def add_postfix(content: str, postfix: str) -> str:
116 if content and (not content.endswith(postfix)):
117 return content+postfix
/developtools/profiler/device/plugins/native_daemon/
H A Dnative_daemon_client.cpp27 static uint32_t TestDumpFile(const std::string postfix = "") in TestDumpFile()
29 uint32_t fd = static_cast<uint32_t>(open(("/data/local/tmp/test_dump_file" + postfix + ".htrace").c_str(), in TestDumpFile()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h141880 bool postfix; global() member
[all...]

Completed in 403 milliseconds