Home
last modified time | relevance | path

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

/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)
/qemu/include/system/
H A Dos-win32.h147 static inline char *realpath(const char *path, char *resolved_path) in realpath() argument
149 _fullpath(resolved_path, path, _MAX_PATH); in realpath()
150 return resolved_path; in realpath()