Searched refs:newFileName (Results 1 - 11 of 11) sorted by relevance

/external/jdiff/src/jdiff/
H A DJDiff.java68 String tempNewFileName = newFileName;
74 tempNewFileName += newFileName;
92 API newAPI = XMLToAPI.readFile(tempNewFileName, true, newFileName);
104 suffix = newFileName.lastIndexOf('.');
105 commentsFileName += "_to_" + newFileName.substring(0, suffix) + ".xml";
259 static String newFileName = "new_java.xml"; field in class:JDiff
H A DCommentsHandler.java71 int idx2 = JDiff.newFileName.lastIndexOf('.');
73 "_to_" + JDiff.newFileName.substring(0, idx2);
H A DOptions.java218 JDiff.newFileName = filename + ".xml";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java479 String newFileName = prefix+"_";
480 if (i<10) newFileName += "0";
481 newFileName += i;
482 File renamedFile = new File(saveDir, newFileName+".log");
484 File renamedExclusionFile = new File(exclusionDir, newFileName+".log");
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DmergeChangeLogs.pl60 my $newFileName = $fileName . $extension;
61 rename($fileName, $newFileName);
62 $fileName = $newFileName;
/external/lzma/CPP/Windows/
H A DFileDir.h27 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName);
36 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName);
H A DFileDir.cpp159 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) argument
161 if (::MoveFile(existFileName, newFileName))
165 if (GetLongPaths(existFileName, newFileName, d1, d2))
201 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) argument
204 return MyMoveFile(GetSysPath(existFileName), GetSysPath(newFileName));
205 if (::MoveFileW(existFileName, newFileName))
209 if (GetLongPaths(existFileName, newFileName, d1, d2))
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc552 char newFileName[FileWrapper::kMaxFileNameSize]; local
561 UpdateFileName(oldFileName, newFileName, _fileCountText);
563 if(_traceFile.OpenFile(newFileName, false, false,
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 700 milliseconds