Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/ARCMigrate/
DFileRemapper.cpp139 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local
140 fs::make_absolute(newPath); in flushToFile()
141 infoOut << newPath << '\n'; in flushToFile()
/external/curl/tests/python_dependencies/impacket/
Dsmb3.py1322 def rename(self, shareName, oldPath, newPath): argument
1328 newPath = string.replace(newPath,'/', '\\')
1329 newPath = ntpath.normpath(newPath)
1330 if len(newPath) > 0 and newPath[0] == '\\':
1331 newPath = newPath[1:]
1340 renameReq['FileNameLength'] = len(newPath)*2
1341 renameReq['FileName'] = newPath.encode('utf-16le')
/external/annotation-tools/scene-lib/src/annotations/io/
DASTRecord.java74 public ASTRecord replacePath(ASTPath newPath) { in replacePath() argument
75 return new ASTRecord(ast, className, methodName, varName, newPath); in replacePath()
/external/skqp/resources/lua/
Dtest.lua30 local path = Sk.newPath();
/external/skia/resources/lua/
Dtest.lua30 local path = Sk.newPath();
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dtest.lua30 local path = Sk.newPath();
/external/robolectric/v1/src/main/java/android/net/
DUri__FromAndroid.java2133 String newPath; in appendEncodedSegment() local
2136 newPath = "/" + newSegment; in appendEncodedSegment()
2138 newPath = oldPath + newSegment; in appendEncodedSegment()
2140 newPath = oldPath + "/" + newSegment; in appendEncodedSegment()
2143 return fromEncoded(newPath); in appendEncodedSegment()
/external/dng_sdk/source/
Ddng_xmp_sdk.h216 bool newPath = true);
Ddng_xmp_sdk.cpp1621 bool newPath) in DocOpsPrepareForSave() argument
1638 newPath ? "new path" : "old path"); in DocOpsPrepareForSave()
Ddng_xmp.h315 bool newPath = true);
Ddng_xmp.cpp4394 bool newPath) in DocOpsPrepareForSave() argument
4399 newPath); in DocOpsPrepareForSave()
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DTreeFinder.java706 ASTPath newPath = ASTPath.empty(); in visitNewArray() local
710 newPath = newPath.extend(astPath.get(j)); in visitNewArray()
715 newPath = newPath.extend(lastEntry); in visitNewArray()
717 newPath = newPath.extend(astPath.get(j)); in visitNewArray()
720 astPath = newPath; in visitNewArray()
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java654 private void invokeApplyPatch(String oldPath, String patchPatch, String newPath) in invokeApplyPatch() argument
659 byte[] expectedNewDataBytes = readTestData(newPath); in invokeApplyPatch()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp577 CFX_PathData newPath; in DrawPathWithBlend() local
581 !!m_pDeviceDriver->GetDriverType(), &newPath, in DrawPathWithBlend()
598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1289 bool newPath = false; in CacheSaveCount() local
1292 newPath = true; in CacheSaveCount()
1293 } else if (newPath) { in CacheSaveCount()
1295 newPath = false; in CacheSaveCount()