OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileStore
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java
38
final IFileStore
fileStore
= EFS.getLocalFileSystem().getStore(new Path(osPath));
39
if (!
fileStore
.fetchInfo().isDirectory() &&
fileStore
.fetchInfo().exists()) {
63
result[0] = IDE.openEditorOnFileStore(page,
fileStore
) != null;
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java
241
IFileStore
fileStore
= EFS.getLocalFileSystem().getStore(new Path(tempPath));
242
if (!
fileStore
.fetchInfo().isDirectory() &&
fileStore
.fetchInfo().exists()) {
263
IDE.openEditorOnFileStore(page,
fileStore
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java
562
IFileStore
fileStore
= EFS.getLocalFileSystem().getStore(filePath);
563
if (!
fileStore
.fetchInfo().isDirectory() &&
fileStore
.fetchInfo().exists()) {
565
IEditorPart target = IDE.openEditorOnFileStore(page,
fileStore
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
[
all
...]
Completed in 185 milliseconds