Searched refs:renameFileForFuse (Results 1 – 1 of 1) sorted by relevance
3384 return renameFileForFuse(oldPath, newPath, /* bypassRestrictions */ false) ; in renameFileCheckedForFuse()3388 return renameFileForFuse(oldPath, newPath, /* bypassRestrictions */ true) ; in renameFileUncheckedForFuse()3391 private int renameFileForFuse(String oldPath, String newPath, boolean bypassRestrictions) { in renameFileForFuse() method