Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coverage/
H A Dcompare_gcov_json.py51 resolved_path = Path(file_path).absolute()
52 if resolved_path.is_relative_to(root_dir):
53 file_path = resolved_path.relative_to(root_dir)
/openbmc/qemu/include/sysemu/
H A Dos-win32.h148 static inline char *realpath(const char *path, char *resolved_path) in realpath() argument
150 _fullpath(resolved_path, path, _MAX_PATH); in realpath()
151 return resolved_path; in realpath()
/openbmc/linux/fs/smb/client/
H A Dreparse.c119 char *resolved_path; in detect_directory_symlink_target() local
166 resolved_path = kzalloc(full_path_len + symname_len + 1, GFP_KERNEL); in detect_directory_symlink_target()
167 if (!resolved_path) { in detect_directory_symlink_target()
176 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()
177 path_sep = strrchr(resolved_path, sep); in detect_directory_symlink_target()
181 path_sep = resolved_path; in detect_directory_symlink_target()
187 oparms = CIFS_OPARMS(cifs_sb, tcon, resolved_path, in detect_directory_symlink_target()
240 kfree(resolved_path); in detect_directory_symlink_target()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py740 resolved_path = o.path
744 resolved_path = tf.path
747 …thisfile=Package_File.objects.all().filter(path__exact=resolved_path, package_id__in=target_packag…
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c11576 char resolved_path[512]; in bpf_program__attach_usdt() local
11595 err = resolve_full_path(binary_path, resolved_path, sizeof(resolved_path)); in bpf_program__attach_usdt()
11601 binary_path = resolved_path; in bpf_program__attach_usdt()