commit | 909ba7774352d6ab8d57a6954be629cdc1b08128 | [log] [tgz] |
---|---|---|
author | Weston Carvalho <westoncarvalho@google.com> | Fri Jan 10 11:11:35 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 10 11:11:35 2025 -0800 |
tree | d8898d34a7fab229fe4e0b9f0f5eaf6d644cce68 | |
parent | 2e8764d2600c0bb7151be168f5a5dd1a796828c3 [diff] | |
parent | 95406bff734e6fa41714868539f636d770a9a780 [diff] |
Merge "Document error for IStorageSession::renameFile" into main am: 95406bff73 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3445003 Change-Id: I6ac0dcdeac2e2bab7b14a121526bcd890399af20 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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