OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileSystemEntry
(Results
1 - 3
of
3
) sorted by null
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystemEntry.java
27
public interface
FileSystemEntry
{
87
* Return a new
FileSystemEntry
that is a clone of this object, except having the specified path
90
* @return a new
FileSystemEntry
that has all the same values as this object except for its path
92
public
FileSystemEntry
cloneWithNewPath(String path);
/external/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java
242
private abstract class
FileSystemEntry
{
247
private
FileSystemEntry
(@Nullable DirectoryEntry parent, @Nonnull String logicalName) {
288
private class DirectoryEntry extends
FileSystemEntry
{
293
// Each
FileSystemEntry
asociated with a normalized entry name must have a distinct
295
private final Multimap<String,
FileSystemEntry
> children = ArrayListMultimap.create();
307
public synchronized
FileSystemEntry
addChild(
FileSystemEntry
entry) {
309
Collection<
FileSystemEntry
> entries = children.get(normalizedChildName);
311
for (
FileSystemEntry
childEntry: entries) {
424
private class FileEntry extends
FileSystemEntry
{
[
all
...]
/prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar
Completed in 3286 milliseconds