Hi, inline char* os::native_path(char *path) { return path; } What is the purpose of this function? I think it is for a full native path, but the source code told me it is just itself. Thanks Yumin