Home | History | Annotate | Download | only in browser

Lines Matching defs:return_value

87   DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf,
89 if (return_value != 0 && return_value < MAX_PATH) {