commit | 9d51908ea77d9abd734aba518e568b6c3756b1d3 | [log] [tgz] |
---|---|---|
author | Weston Carvalho <westoncarvalho@google.com> | Thu Jan 09 16:14:15 2025 -0600 |
committer | Weston Carvalho <westoncarvalho@google.com> | Thu Jan 09 16:21:20 2025 -0600 |
tree | c023895a30a58d1d68be0bc2d8dbfa13dc2f467d | |
parent | 76ed904cd8677acba2e4e87d25961ed2189efc7b [diff] |
Document error for IStorageSession::renameFile Test: None Bug: 278779487 Change-Id: I78729a64df667155634686f750aeefe51b200f74
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