/external/jdiff/src/jdiff/ |
JDiff.java | 68 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";
|
CommentsHandler.java | 71 int idx2 = JDiff.newFileName.lastIndexOf('.'); 73 "_to_" + JDiff.newFileName.substring(0, idx2);
|
Options.java | 218 JDiff.newFileName = filename + ".xml";
|
/external/lzma/CPP/Windows/ |
FileDir.h | 27 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName);
36 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName);
|
FileDir.cpp | 159 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName)
161 if (::MoveFile(existFileName, newFileName))
165 if (GetLongPaths(existFileName, newFileName, d1, d2))
201 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName)
204 return MyMoveFile(GetSysPath(existFileName), GetSysPath(newFileName));
205 if (::MoveFileW(existFileName, newFileName))
209 if (GetLongPaths(existFileName, newFileName, d1, d2))
|
/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/ |
ComponentsView.java | 479 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");
|
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
FileUtil.java | 79 String newFileName; 81 newFileName = Long.toString(mFileId); 84 if (child.equals(newFileName)) { 96 return new File(topDir, newFileName);
|
/external/linux-tools-perf/util/ |
map.c | 43 char newfilename[PATH_MAX]; local 50 snprintf(newfilename, sizeof(newfilename), "/tmp/perf-%d.map", pid); 51 filename = newfilename;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
mergeChangeLogs.pl | 60 my $newFileName = $fileName . $extension; 61 rename($fileName, $newFileName); 62 $fileName = $newFileName;
|
/external/webrtc/src/system_wrappers/source/ |
trace_impl.cc | 552 char newFileName[FileWrapper::kMaxFileNameSize]; 561 UpdateFileName(oldFileName, newFileName, _fileCountText); 563 if(_traceFile.OpenFile(newFileName, false, false,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 595 String newFilename = new String(c); 596 request.setHeader(HeaderSet.NAME, newFilename); 597 Log.i(TAG, "Sending file \"" + filename + "\" as \"" + newFilename +
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 398 std::string NewFilename; 417 NewArchiveIterator::NewArchiveIterator(std::string *NewFilename, StringRef Name) 418 : IsNewMember(true), Name(Name), NewFilename(*NewFilename) {} 431 return NewFilename.c_str();
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lscript.php | 67 'name', 'newFilename', 'newFrame', 'newTime', 'newType', 'null', 'numthreads',
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 238 String newFileName = mLayoutName + DOT_XML; 326 final IFile file = project.getFile(new Path(parentPath + WS_SEP + newFileName));
|
/external/clang/lib/Driver/ |
Driver.cpp | 544 StringRef NewFilename = llvm::sys::path::filename(*it); 548 Cmd.replace(I, E - I, NewFilename.data(), NewFilename.size()); [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |