OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetFileName
(Results
1 - 2
of
2
) sorted by null
/cts/tools/host/src/com/android/cts/
HostConfig.java
796
String
targetFileName
= mRoot + File.separator + targetName + FILE_SUFFIX_APK;
797
if (filePathList.contains(
targetFileName
)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
697
String
targetFileName
= null;
741
targetFileName
= fileName;
750
mFileNameTextField.setText(
targetFileName
!= null ?
targetFileName
: ""); //$NON-NLS-1$
[
all
...]
Completed in 887 milliseconds