Searched refs:convertflag (Results 1 – 1 of 1) sorted by relevance
51346 int convertflag = CCP_POSIX_TO_WIN_W; local51347 if( !strchr(zFilename, '/') ) convertflag |= CCP_RELATIVE;51348 nByte = (i64)osCygwin_conv_path(convertflag,51358 if( osCygwin_conv_path(convertflag, zFilename,51360 if( (convertflag&CCP_RELATIVE) ){