Home
last modified time | relevance | path

Searched defs:REPLACE_EXISTING (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/util/
DNfcFileUtils.java51 Files.move(sourceFile.toPath(), targetFile.toPath(), REPLACE_EXISTING); in moveFiles() local
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java1146 REPLACE_EXISTING); in createUncachedVmWithName() local
1152 REPLACE_EXISTING); in createUncachedVmWithName() local
1183 Files.copy(vmInstance.toPath(), vmInstanceBackup.toPath(), REPLACE_EXISTING); in changeDebugLevel() local
1187 Files.copy(vmId.toPath(), vmIdBackup.toPath(), REPLACE_EXISTING); in changeDebugLevel() local
1752 Files.copy(storageImgOrig.toPath(), storageImgNew.toPath(), REPLACE_EXISTING); in encryptedStorageIsInaccessibleToDifferentVm() local