Home
last modified time | relevance | path

Searched refs:FILE_ATTRIBUTE_DIRECTORY (Results 1 – 25 of 55) sorted by relevance

123

/third_party/lzma/CPP/Windows/
DFileFind.h46 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()
DFileFind.cpp465 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()
DFileDir.cpp394 if (attrib != INVALID_FILE_ATTRIBUTES && (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0) in CreateComplexDir()
477 && (attrib & FILE_ATTRIBUTE_DIRECTORY) == 0 in DeleteFileAlways()
/third_party/gn/src/base/files/
Dfile_enumerator_win.cc42 return (find_data_.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in IsDirectory()
158 (find_data_.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in Next()
Dfile_util_win.cc133 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()
Dfile_win.cc181 (file_info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; in GetInfo()
/third_party/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.h57 FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_DIRECTORY, in GetSysImageList()
DSysIconUtils.cpp178 if ((attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 || dotPos < 0) in GetIconIndex()
DBrowseDialog.cpp608 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()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp32 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
99 if (FindInfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in ListFilesInDirRecursive()
/third_party/skia/src/ports/
DSkOSFile_win.cpp240 if ((dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) && in get_the_file()
246 if (!(dataPtr->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in get_the_file()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h84 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()
/third_party/python/Lib/
Dstat.py175 FILE_ATTRIBUTE_DIRECTORY = 16 variable
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp125 return (attribs != INVALID_FILE_ATTRIBUTES) && ((attribs & FILE_ATTRIBUTE_DIRECTORY) > 0); in IsDirectory()
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc168 if (find_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in DeleteRecursively()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp81 if (!(fileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in GetWindowsSDKBasePath()
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h552 !!(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY); in tinydir_open()
561 !(dir->_f.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) && in tinydir_open()
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h508 } else if ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0) { in _wreaddir_r()
798 } else if ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0) { in readdir_r()
/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc235 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
/third_party/node/deps/googletest/src/
Dgtest-filepath.cc280 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
/third_party/googletest/googletest/src/
Dgtest-filepath.cc277 (attributes & FILE_ATTRIBUTE_DIRECTORY)) { in DirectoryExists()
/third_party/ninja/src/
Ddisk_interface.cc283 if (attributes & FILE_ATTRIBUTE_DIRECTORY) { in RemoveFile()
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp457 if ((attr & FILE_ATTRIBUTE_DIRECTORY) != 0) in DeleteSystemFile()
/third_party/python/Modules/
D_stat.c580 ADD_INT_MACRO(module, FILE_ATTRIBUTE_DIRECTORY); in stat_exec()
/third_party/pulseaudio/src/pulsecore/
Dconf-parser.c232 if (!(wfd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in pa_config_parse()

123