Home
last modified time | relevance | path

Searched refs:raw_path (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dblkverify.c67 QString *raw_path; in blkverify_parse_filename() local
86 raw_path = qstring_from_substr(filename, 0, c - filename); in blkverify_parse_filename()
87 qdict_put(options, "x-raw", raw_path); in blkverify_parse_filename()
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c2031 static int get_source_from_debuginfod(const char *raw_path, in get_source_from_debuginfod() argument
2035 const char *p = raw_path; in get_source_from_debuginfod()
2049 raw_path, sbuild_id); in get_source_from_debuginfod()
2057 static inline int get_source_from_debuginfod(const char *raw_path __maybe_unused, in get_source_from_debuginfod()
2070 int find_source_path(const char *raw_path, const char *sbuild_id, in find_source_path() argument
2076 if (!get_source_from_debuginfod(raw_path, sbuild_id, new_path)) in find_source_path()
2081 if (raw_path[0] != '/' && comp_dir) in find_source_path()
2085 if (access(raw_path, R_OK) == 0) { in find_source_path()
2086 *new_path = strdup(raw_path); in find_source_path()
2093 *new_path = malloc((strlen(prefix) + strlen(raw_path) + 2)); in find_source_path()
[all …]
H A Dprobe-finder.h64 int find_source_path(const char *raw_path, const char *sbuild_id,
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c425 g_autofree char *raw_path = NULL; in create_qcow2_with_mbr() local
470 fd = g_file_open_tmp("qtest.XXXXXX", &raw_path, NULL); in create_qcow2_with_mbr()
474 fd = open(raw_path, O_WRONLY); in create_qcow2_with_mbr()
492 raw_path, qcow2_path); in create_qcow2_with_mbr()
507 unlink(raw_path); in create_qcow2_with_mbr()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpostactions.py49 for raw_path in raw_list.split():