OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destinationpath
(Results
1 - 10
of
10
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceOptions.java
44
boolean isActivityNameFullyQualified, String
destinationPath
,
50
this.traceDestination =
destinationPath
;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp
195
static bool verifyAndGetDestinationPathForCopyOrMove(const EntryBase* source, EntryBase* parent, const String& newName, String&
destinationPath
)
215
destinationPath
= parent->fullPath();
217
destinationPath
= DOMFilePath::append(
destinationPath
, newName);
219
destinationPath
= DOMFilePath::append(
destinationPath
, source->name());
226
String
destinationPath
;
227
if (!verifyAndGetDestinationPathForCopyOrMove(source, parent, newName,
destinationPath
)) {
232
OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, parent->filesystem(),
destinationPath
, source->isDirectory()));
235
fileSystem()->move(createFileSystemURL(source), parent->filesystem()->createFileSystemURL(
destinationPath
), callbacks.release())
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_transfer_controller.js
209
var
destinationPath
= opt_destinationPath ||
219
this.fileOperationManager_.paste(sourcePaths,
destinationPath
, toMove);
460
var
destinationPath
= this.destinationPath_ ||
462
if (!this.canPasteOrDrop_(event.dataTransfer,
destinationPath
))
465
this.paste(event.dataTransfer,
destinationPath
,
466
this.selectDropEffect_(event,
destinationPath
));
476
* @param {string}
destinationPath
Destination path.
479
destinationPath
) {
491
!this.canPasteOrDrop_(dataTransfer,
destinationPath
)) {
497
this.destinationPath_ =
destinationPath
;
[
all
...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
UnmodifiableData.java
92
public void setSymlink(String sourcePath, String
destinationPath
) {
DelegatedData.java
211
public void setSymlink(String sourcePath, String
destinationPath
) {
212
getDelegate().setSymlink(sourcePath,
destinationPath
);
NestedMapData.java
379
public void setSymlink(String sourcePath, String
destinationPath
) {
380
setSymlink(sourcePath, createChild(
destinationPath
));
Data.java
172
void setSymlink(String sourcePath, String
destinationPath
);
DefaultDataContext.java
340
public void setSymlink(String sourcePath, String
destinationPath
) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar
Completed in 562 milliseconds