Home
last modified time | relevance | path

Searched refs:GetFileAttributes (Results 1 – 25 of 2256) sorted by relevance

12345678910>>...91

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwinservice.c206 if (GetFileAttributes(props->mysqld_exe) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
217 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
262 if (GetFileAttributes(props->inifile) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
266 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
290 if (GetFileAttributes(props->datadir) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwinservice.c206 if (GetFileAttributes(props->mysqld_exe) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
217 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
262 if (GetFileAttributes(props->inifile) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
266 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
290 if (GetFileAttributes(props->datadir) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwinservice.c206 if (GetFileAttributes(props->mysqld_exe) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
217 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
262 if (GetFileAttributes(props->inifile) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
266 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
290 if (GetFileAttributes(props->datadir) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwinservice.c206 if (GetFileAttributes(props->mysqld_exe) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
217 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
262 if (GetFileAttributes(props->inifile) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
266 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
290 if (GetFileAttributes(props->datadir) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwinservice.c206 if (GetFileAttributes(props->mysqld_exe) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
217 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
262 if (GetFileAttributes(props->inifile) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
266 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
290 if (GetFileAttributes(props->datadir) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwinservice.c206 if (GetFileAttributes(props->mysqld_exe) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
217 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
262 if (GetFileAttributes(props->inifile) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
266 if (GetFileAttributes(props->inifile) != INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
290 if (GetFileAttributes(props->datadir) == INVALID_FILE_ATTRIBUTES) in get_mysql_service_properties()
/dports/audio/musicpd/mpd-0.23.6/src/fs/
H A DFileSystem.hxx118 const auto a = GetFileAttributes(path.c_str()); in FileExists()
136 const auto a = GetFileAttributes(path.c_str()); in DirectoryExists()
151 return GetFileAttributes(path.c_str()) != INVALID_FILE_ATTRIBUTES; in PathExists()
/dports/net/norm/norm-1.5r6/include/
H A DnormFile.h88 return (0xFFFFFFFF != GetFileAttributes(wideBuffer)); in Exists()
90 return (0xFFFFFFFF != GetFileAttributes(path)); in Exists()
103 DWORD attr = GetFileAttributes(wideBuffer); in IsWritable()
105 DWORD attr = GetFileAttributes(path); in IsWritable()
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dfs_win32.h21 DWORD attr = ::GetFileAttributes(from_utf8(path).c_str()); in is_file()
31 DWORD attr = ::GetFileAttributes(from_utf8(path).c_str()); in is_directory()
59 DWORD attr = ::GetFileAttributes(from_utf8(path).c_str()); in has_readonly_attr()
68 DWORD attr = ::GetFileAttributes(fn.c_str()); in remove_readonly_attr()
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoFile.h105 return (0xFFFFFFFF != GetFileAttributes(wideBuffer)); in Exists()
107 return (0xFFFFFFFF != GetFileAttributes(path)); in Exists()
120 DWORD attr = GetFileAttributes(wideBuffer); in IsWritable()
122 DWORD attr = GetFileAttributes(path); in IsWritable()
/dports/games/scummvm/scummvm-2.5.1/backends/fs/windows/
H A Dwindows-fs.cpp33 return (GetFileAttributes(charToTchar(_path.c_str())) != INVALID_FILE_ATTRIBUTES); in exists()
39 return (GetFileAttributes(charToTchar(_path.c_str())) != INVALID_FILE_ATTRIBUTES); in isReadable()
44 DWORD fileAttribs = GetFileAttributes(charToTchar(_path.c_str())); in isWritable()
126 DWORD fileAttribs = GetFileAttributes(charToTchar(_path.c_str())); in setFlags()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/io/
H A DnatFileWin32.cc54 DWORD attributes = GetFileAttributes (canon); in access()
74 DWORD attributes = GetFileAttributes (canon); in stat()
227 DWORD attrs = GetFileAttributes (canon); in setFilePermissions()
259 DWORD attributes = GetFileAttributes (canon); in performDelete()
297 DWORD attrs = GetFileAttributes (canon); in performSetReadOnly()
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/io/
H A DnatFileWin32.cc54 DWORD attributes = GetFileAttributes (canon); in access()
74 DWORD attributes = GetFileAttributes (canon); in stat()
227 DWORD attrs = GetFileAttributes (canon); in setFilePermissions()
259 DWORD attributes = GetFileAttributes (canon); in performDelete()
297 DWORD attrs = GetFileAttributes (canon); in performSetReadOnly()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/io/
H A DnatFileWin32.cc54 DWORD attributes = GetFileAttributes (canon); in access()
74 DWORD attributes = GetFileAttributes (canon); in stat()
227 DWORD attrs = GetFileAttributes (canon); in setFilePermissions()
259 DWORD attributes = GetFileAttributes (canon); in performDelete()
297 DWORD attrs = GetFileAttributes (canon); in performSetReadOnly()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/io/
H A DnatFileWin32.cc54 DWORD attributes = GetFileAttributes (canon); in access()
74 DWORD attributes = GetFileAttributes (canon); in stat()
227 DWORD attrs = GetFileAttributes (canon); in setFilePermissions()
259 DWORD attributes = GetFileAttributes (canon); in performDelete()
297 DWORD attrs = GetFileAttributes (canon); in performSetReadOnly()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/io/
H A DnatFileWin32.cc54 DWORD attributes = GetFileAttributes (canon); in access()
74 DWORD attributes = GetFileAttributes (canon); in stat()
227 DWORD attrs = GetFileAttributes (canon); in setFilePermissions()
259 DWORD attributes = GetFileAttributes (canon); in performDelete()
297 DWORD attrs = GetFileAttributes (canon); in performSetReadOnly()
/dports/deskutils/bitcollider/bitcollider-0.6.0/lib/
H A Ddirsearch.c115 type = (int)GetFileAttributes(path); in check_file_type()
148 if ((GetFileAttributes(newPath) & FILE_ATTRIBUTE_DIRECTORY) != 0) in recurse_dir()
156 if ((GetFileAttributes(savedPath) & FILE_ATTRIBUTE_DIRECTORY) == 0) in recurse_dir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/file/
H A Dfilesystem_win.cc114 DWORD fileattr = GetFileAttributes(path.value().c_str()); in IsRegularFile()
127 DWORD fileattr = GetFileAttributes(path.value().c_str()); in IsDirectory()
140 DWORD fileattr = GetFileAttributes(path.value().c_str()); in LoggingRemoveFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/file/
H A Dfilesystem_win.cc114 DWORD fileattr = GetFileAttributes(path.value().c_str()); in IsRegularFile()
127 DWORD fileattr = GetFileAttributes(path.value().c_str()); in IsDirectory()
140 DWORD fileattr = GetFileAttributes(path.value().c_str()); in LoggingRemoveFile()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dutime.c35 # undef GetFileAttributes
36 # define GetFileAttributes GetFileAttributesA macro
115 DWORD attributes = GetFileAttributes (rname); in _gl_utimens_windows()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dutime.c35 # undef GetFileAttributes
36 # define GetFileAttributes GetFileAttributesA macro
115 DWORD attributes = GetFileAttributes (rname); in _gl_utimens_windows()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dutime.c35 # undef GetFileAttributes
36 # define GetFileAttributes GetFileAttributesA macro
115 DWORD attributes = GetFileAttributes (rname); in _gl_utimens_windows()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dutime.c35 # undef GetFileAttributes
36 # define GetFileAttributes GetFileAttributesA macro
115 DWORD attributes = GetFileAttributes (rname); in _gl_utimens_windows()
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dutime.c35 # undef GetFileAttributes
36 # define GetFileAttributes GetFileAttributesA macro
115 DWORD attributes = GetFileAttributes (rname); in _gl_utimens_windows()
/dports/archivers/gtar/tar-1.34/gnu/
H A Dutime.c35 # undef GetFileAttributes
36 # define GetFileAttributes GetFileAttributesA macro
115 DWORD attributes = GetFileAttributes (rname); in _gl_utimens_windows()

12345678910>>...91