QueryDirectory for STFS.
This commit is contained in:
@@ -76,11 +76,7 @@ X_STATUS HostPathEntry::QueryInfo(XFileInfo* out_info) {
|
||||
X_STATUS HostPathEntry::QueryDirectory(
|
||||
XDirectoryInfo* out_info, size_t length, bool restart) {
|
||||
XEASSERTNOTNULL(out_info);
|
||||
if (length < sizeof(XDirectoryInfo)) {
|
||||
return X_STATUS_INFO_LENGTH_MISMATCH;
|
||||
}
|
||||
|
||||
memset(out_info, 0, length);
|
||||
xe_zero_struct(out_info, length);
|
||||
|
||||
WIN32_FIND_DATA ffd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user