Searched refs:convertflag (Results 1 – 1 of 1) sorted by relevance
52634 int convertflag = CCP_POSIX_TO_WIN_W; local52635 if( !strchr(zFilename, '/') ) convertflag |= CCP_RELATIVE;52636 nByte = (i64)osCygwin_conv_path(convertflag,52646 if( osCygwin_conv_path(convertflag, zFilename,52648 if( (convertflag&CCP_RELATIVE) ){