- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for getFileAttributes (0.21 sec)
-
src/test/java/jcifs/internal/smb2/create/Smb2CloseResponseTest.java
@Test @DisplayName("getFileAttributes should return initial value of 0") void testGetFileAttributes() { assertEquals(0, response.getFileAttributes()); } @Test @DisplayName("getAttributes should return same as getFileAttributes") void testGetAttributes() { assertEquals(response.getFileAttributes(), response.getAttributes()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 26.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
* * @return the fileAttributes */ public final int getFileAttributes() { return this.fileAttributes; } /** * {@inheritDoc} * * @see jcifs.internal.SmbBasicFileInfo#getAttributes() */ @Override public int getAttributes() { return getFileAttributes(); } /** * Gets the file type. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
* * @return the fileAttributes */ public int getFileAttributes() { return this.fileAttributes; } /** * {@inheritDoc} * * @see jcifs.internal.SmbBasicFileInfo#getAttributes() */ @Override public int getAttributes() { return getFileAttributes(); } /** * {@inheritDoc} *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
* @return the fileAttributes */ public final int getFileAttributes() { return this.fileAttributes; } /** * {@inheritDoc} * * @see jcifs.internal.SmbBasicFileInfo#getAttributes() */ @Override public final int getAttributes() { return getFileAttributes(); } /** * Get the unique file identifier
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateResponseTest.java
assertEquals(987654321L, resp.getEndOfFile()); assertEquals(987654321L, resp.getSize()); // SmbBasicFileInfo mapping assertEquals(0xA5A5A5A5, resp.getFileAttributes()); assertEquals(0xA5A5A5A5, resp.getAttributes()); // SmbBasicFileInfo mapping assertArrayEquals(fileId, resp.getFileId()); assertEquals("file.txt", resp.getFileName());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), func GetEnvironmentVariable(*uint16, *uint16, uint32) (uint32, error) pkg syscall (windows-386), func GetExitCodeProcess(Handle, *uint32) error pkg syscall (windows-386), func GetFileAttributes(*uint16) (uint32, error) pkg syscall (windows-386), func GetFileAttributesEx(*uint16, uint32, *uint8) error pkg syscall (windows-386), func GetFileInformationByHandle(Handle, *ByHandleFileInformation) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)