Searched refs:StrCat (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | sysinfo.cc | 19 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA 217 StrCat("/sys/devices/system/cpu/cpu", cpu, "/cpufreq/scaling_governor"); in CpuScalingEnabled() 250 std::string FPath = StrCat(dir, "index", Idx++, "/"); in GetCacheSizesFromKVFS() 251 std::ifstream f(StrCat(FPath, "size").c_str()); in GetCacheSizesFromKVFS() 267 if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) in GetCacheSizesFromKVFS() 269 if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) in GetCacheSizesFromKVFS() 272 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
|
| H A D | console_reporter.cc | 120 rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s"); in PrintRunData() 127 StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s"); in PrintRunData()
|
| H A D | string_util.h | 29 inline std::string StrCat(Args&&... args) { in StrCat() function
|
| H A D | timers.cc | 20 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | sysinfo.cc | 19 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA 219 StrCat("/sys/devices/system/cpu/cpu", cpu, "/cpufreq/scaling_governor"); in CpuScalingEnabled() 252 std::string FPath = StrCat(dir, "index", Idx++, "/"); in GetCacheSizesFromKVFS() 253 std::ifstream f(StrCat(FPath, "size").c_str()); in GetCacheSizesFromKVFS() 269 if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) in GetCacheSizesFromKVFS() 271 if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) in GetCacheSizesFromKVFS() 274 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
|
| H A D | string_util.h | 32 inline std::string StrCat(Args&&... args) { in StrCat() function
|
| H A D | timers.cc | 20 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | str.c | 151 StrCat ( in StrCat() function
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efilib.h | 363 StrCat (
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | shlwapi.d | 467 alias StrCatW StrCat; in version() local
|