Home
last modified time | relevance | path

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

1234

/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/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.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/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.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-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.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.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/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.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.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.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/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp245 FileNameEntry fileEntry; in DumpStatementOpcodes() local
246 fileEntry.name = debug_line_data.GetCStr(&offset); in DumpStatementOpcodes()
247 fileEntry.dir_idx = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()
248 fileEntry.mod_time = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()
249 fileEntry.length = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()
252 fileEntry.name.c_str(), in DumpStatementOpcodes()
253 fileEntry.dir_idx, in DumpStatementOpcodes()
254 fileEntry.mod_time, in DumpStatementOpcodes()
255 fileEntry.length); in DumpStatementOpcodes()
256 prologue.file_names.push_back(fileEntry); in DumpStatementOpcodes()
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp59 const FileNameEntry& fileEntry = FileNames[i]; in dump() local
60 OS << format("file_names[%3u] %4" PRIu64 " ", i+1, fileEntry.DirIdx) in dump()
62 fileEntry.ModTime, fileEntry.Length) in dump()
63 << fileEntry.Name << '\n'; in dump()
105 FileNameEntry fileEntry; in parse() local
106 fileEntry.Name = name; in parse()
107 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parse()
108 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parse()
109 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parse()
110 FileNames.push_back(fileEntry); in parse()
[all …]
/external/mockftpserver/tags/2.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.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.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()
/external/mockftpserver/MockFtpServer/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