Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-common.h60 static inline char *realpath(const char *path, char *resolved_path) in realpath() argument
62 _fullpath(resolved_path, path, _MAX_PATH); in realpath()
63 return resolved_path; in realpath()