commit | 95406bff734e6fa41714868539f636d770a9a780 | [log] [tgz] |
---|---|---|
author | Weston Carvalho <westoncarvalho@google.com> | Fri Jan 10 10:39:53 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 10 10:39:53 2025 -0800 |
tree | d8898d34a7fab229fe4e0b9f0f5eaf6d644cce68 | |
parent | 470514148d1da97ecbb2166e4f4e796eb65faa87 [diff] | |
parent | 9d51908ea77d9abd734aba518e568b6c3756b1d3 [diff] |
Merge "Document error for IStorageSession::renameFile" into main
diff --git a/security/see/storage/aidl/android/hardware/security/see/storage/IStorageSession.aidl b/security/see/storage/aidl/android/hardware/security/see/storage/IStorageSession.aidl index 9a8d0d7..b5762aa 100644 --- a/security/see/storage/aidl/android/hardware/security/see/storage/IStorageSession.aidl +++ b/security/see/storage/aidl/android/hardware/security/see/storage/IStorageSession.aidl
@@ -103,7 +103,8 @@ /** * Renames an existing file. * - * The file must not already be opened. (If it is, use `IFile::rename`.) + * Will return `ILLEGAL_STATE` if the file is already opened. In that case, use `IFile::rename` + * instead. * * @currentPath: * path to the file, relative to filesystem root