OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:virtualPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DataTransferItemFileSystem.cpp
70
String
virtualPath
= DOMFilePath::append("/", toFile(file)->name());
78
return DirectoryEntry::create(domFileSystem,
virtualPath
);
79
return FileEntry::create(domFileSystem,
virtualPath
);
HTMLInputElementFileSystem.cpp
70
String
virtualPath
= DOMFilePath::append("/", file->name());
72
entries.append(DirectoryEntry::create(filesystem,
virtualPath
));
74
entries.append(FileEntry::create(filesystem,
virtualPath
));
Completed in 55 milliseconds