Searched refs:FILE_ATTRIBUTE_DIRECTORY (Results 1 – 25 of 55) sorted by relevance
123
46 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir()106 …void SetAsDir() { Attrib = FILE_ATTRIBUTE_DIRECTORY; } // |= (FILE_ATTRIBUTE_UNIX_EXTENSION + (S_… in SetAsDir()111 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); } in IsDir()
465 Attrib = FILE_ATTRIBUTE_DIRECTORY; in Find()530 Attrib &= ~(DWORD)(FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT); in Find()581 if (attrib != INVALID_FILE_ATTRIBUTES && (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0) in Find()598 if (attrib != INVALID_FILE_ATTRIBUTES && (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0) in Find()636 … if (isOK || (attrib != INVALID_FILE_ATTRIBUTES && (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0)) in Find()983 FILE_ATTRIBUTE_DIRECTORY : in Get_WinAttribPosix_From_PosixMode()
394 if (attrib != INVALID_FILE_ATTRIBUTES && (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0) in CreateComplexDir()477 && (attrib & FILE_ATTRIBUTE_DIRECTORY) == 0 in DeleteFileAlways()
42 return (find_data_.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in IsDirectory()158 (find_data_.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in Next()
133 if (!(attr & FILE_ATTRIBUTE_DIRECTORY)) { in DoDeleteFile()270 return (fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0; in DirectoryExists()323 if ((fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0) { in CreateDirectoryAndGetError()499 (attr.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in GetFileInfo()
181 (file_info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in GetInfo()
57 FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_DIRECTORY, in GetSysImageList()
178 if ((attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 || dotPos < 0) in GetIconIndex()
608 item.iImage = _extToIconMap.GetIconIndex(FILE_ATTRIBUTE_DIRECTORY, DirPrefix); in Reload()635 … if (GetRealIconIndex(fi.Name + FCHAR_PATH_SEPARATOR, FILE_ATTRIBUTE_DIRECTORY, item.iImage) == 0) in Reload()
32 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()99 if (FindInfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in ListFilesInDirRecursive()
240 if ((dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) && in get_the_file()246 if (!(dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in get_the_file()
84 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()
175 FILE_ATTRIBUTE_DIRECTORY = 16 variable
125 return (attribs != INVALID_FILE_ATTRIBUTES) && ((attribs & FILE_ATTRIBUTE_DIRECTORY) > 0); in IsDirectory()
168 if (find_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in DeleteRecursively()
81 if (!(fileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in GetWindowsSDKBasePath()
552 !!(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); in tinydir_open()561 !(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) && in tinydir_open()
508 } else if ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0) { in _wreaddir_r()798 } else if ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0) { in readdir_r()
235 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
280 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
277 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
283 if (attributes & FILE_ATTRIBUTE_DIRECTORY) { in RemoveFile()
457 if ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0) in DeleteSystemFile()
580 ADD_INT_MACRO(module, FILE_ATTRIBUTE_DIRECTORY); in stat_exec()
232 if (!(wfd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in pa_config_parse()