Home
last modified time | relevance | path

Searched refs:newFile (Results 1 – 2 of 2) sorted by relevance

/system/extras/perf_tools/
Dsbtpull.py529 newFile = file.replace(BuildID1, BuildID2, 1)
530 newFile += fileType
531 os.system("mv {} {}".format(file, newFile))
/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java134 final File newFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRemountApex() local
138 getDevice().pushFile(newFile, SHIM_APEX_PATH); in testRemountApex()