Home
last modified time | relevance | path

Searched refs:fileEntry (Results 1 – 25 of 86) sorted by relevance

1234

/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTestCase.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTestCase.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTestCase.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTestCase.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTestCase.groovy40 def fileEntry = new FileEntry(NEW_FILE)
41 fileSystem.add(fileEntry)
45 shouldFail { fileEntry.setPath('abc') }
95 def fileEntry = new FileEntry(path: 'abc')
97 assert f == fileEntry
101 assert fileSystem.formatDirectoryListing(fileEntry) == 'abc'
106 def fileEntry = new FileEntry('abc')
107 …sageContaining('directoryListingFormatter') { assert fileSystem.formatDirectoryListing(fileEntry) }
124 … def fileEntry = new FileEntry(path: NEW_FILE, lastModified: DATE, contents: 'abc', owner: 'owner',
126 fileSystem.add(fileEntry)
[all …]
DWindowsDirectoryListingFormatterTest.groovy41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
63 def result = formatter.format(fileEntry)
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp58 const FileNameEntry &fileEntry = FileNames[i]; in dump() local
59 OS << format("file_names[%3u] %4" PRIu64 " ", i + 1, fileEntry.DirIdx) in dump()
60 << format("0x%8.8" PRIx64 " 0x%8.8" PRIx64 " ", fileEntry.ModTime, in dump()
61 fileEntry.Length) in dump()
62 << fileEntry.Name << '\n'; in dump()
111 FileNameEntry fileEntry; in parse() local
112 fileEntry.Name = name; in parse()
113 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parse()
114 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parse()
115 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parse()
[all …]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DRetrCommandHandler.java57 FileEntry fileEntry = (FileEntry) entry; in handle() local
66 InputStream input = fileEntry.createInputStream(); in handle()
73 LOG.error("Error reading from file [" + fileEntry.getPath() + "]", e); in handle()
74 throw new FileSystemException(fileEntry.getPath(), null, e); in handle()
81 LOG.error("Error closing InputStream for file [" + fileEntry.getPath() + "]", e); in handle()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DRetrCommandHandler.java57 FileEntry fileEntry = (FileEntry) entry; in handle() local
66 InputStream input = fileEntry.createInputStream(); in handle()
73 LOG.error("Error reading from file [" + fileEntry.getPath() + "]", e); in handle()
74 throw new FileSystemException(fileEntry.getPath(), null, e); in handle()
81 LOG.error("Error closing InputStream for file [" + fileEntry.getPath() + "]", e); in handle()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DRetrCommandHandler.java57 FileEntry fileEntry = (FileEntry) entry; in handle() local
66 InputStream input = fileEntry.createInputStream(); in handle()
73 LOG.error("Error reading from file [" + fileEntry.getPath() + "]", e); in handle()
74 throw new FileSystemException(fileEntry.getPath(), null, e); in handle()
81 LOG.error("Error closing InputStream for file [" + fileEntry.getPath() + "]", e); in handle()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DRetrCommandHandler.java57 FileEntry fileEntry = (FileEntry) entry; in handle() local
66 InputStream input = fileEntry.createInputStream(); in handle()
73 LOG.error("Error reading from file [" + fileEntry.getPath() + "]", e); in handle()
74 throw new FileSystemException(fileEntry.getPath(), null, e); in handle()
81 LOG.error("Error closing InputStream for file [" + fileEntry.getPath() + "]", e); in handle()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DRetrCommandHandler.java57 FileEntry fileEntry = (FileEntry) entry; in handle() local
66 InputStream input = fileEntry.createInputStream(); in handle()
73 LOG.error("Error reading from file [" + fileEntry.getPath() + "]", e); in handle()
74 throw new FileSystemException(fileEntry.getPath(), null, e); in handle()
81 LOG.error("Error closing InputStream for file [" + fileEntry.getPath() + "]", e); in handle()

1234