Home
last modified time | relevance | path

Searched refs:fileAttributes (Results 1 – 3 of 3) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py152 def openFile(path,fileName, accessMode, fileAttributes, openMode): argument
170 if os.path.isdir(pathName) and (fileAttributes & smb.ATTR_DIRECTORY) == 0:
241 fileAttributes = attribs
242 return fileSize, lastWriteTime, fileAttributes
1729 fileSize, lastWriteTime, fileAttributes = queryFsInformation(
1735 respParameters['FileAttributes'] = fileAttributes
Dsmb3.py864 …ame, desiredAccess, shareMode, creationOptions, creationDisposition, fileAttributes, impersonation… argument
908 smb2Create['FileAttributes'] = fileAttributes
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm76 NSDictionary *attrib = [dirEnum fileAttributes];