Searched defs:newFileName (Results 1 - 8 of 8) 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
/external/lzma/CPP/Windows/
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/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/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 511 milliseconds