Searched refs:_access (Results 1 – 7 of 7) sorted by relevance
356 if ( ( lRet == ERROR_SUCCESS ) && ( Type == REG_SZ ) && ( _access( PathA, 0 ) == 0 ) ) in main()362 if ( ( lRet == ERROR_SUCCESS ) && ( Type == REG_SZ ) && ( _access( PathA, 0 ) == 0 ) ) in main()
70 #define _access access macro
43 #define _access access macro
774 if (_access(PathA, 0) < 0) in GetSpecialFolder()798 if (_access(PathA, 0) < 0) in GetSpecialFolder()
141 return ( status.st_mode & _S_IFREG ) && ( _access( config_file.c_str() , 4 ) >= 0 ) ; in isConfigFilePresent()
42 #define access _access
603 if (( _access( path, 2 ) ) != -1 ) in ifFileCanWrite()
Completed in 122 milliseconds