Searched refs:path_str (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | qos-test.c | 236 char *node_name = orig_path->name, *path_str; in walk_path() local 291 path_str = g_strjoinv("/", path_vec + 1); in walk_path() 301 qtest_get_arch(), path_str); in walk_path() 302 qtest_add_data_func_full(path_str, subprocess_path, in walk_path() 307 qtest_add_data_func_full(path_str, path_vec, in walk_path() 311 g_free(path_str); in walk_path()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | qos_fuzz.c | 113 char *node_name = orig_path->name, *path_str; in walk_path() local 169 path_str = g_strjoinv("/", path_vec + 1); in walk_path() 172 char *test_name = strrchr(path_str, '/') + 1; in walk_path() 187 g_free(path_str); in walk_path()
|
| /openbmc/bios-bmc-smm-error-logger/src/rde/ |
| H A D | external_storer_file.cpp | 21 const std::string& path_str) const in getRelativePath() 23 std::filesystem::path path = path_str; in getRelativePath()
|
| /openbmc/bios-bmc-smm-error-logger/include/rde/ |
| H A D | external_storer_file.hpp | 85 std::filesystem::path getRelativePath(const std::string& path_str) const;
|