Home
last modified time | relevance | path

Searched defs:old_name (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_client.rs972 let old_name = service.GetOldNameInterface(); in test_renamed_interface() localVariable
1021 let old_name = new_name.as_binder().into_interface::<dyn IOldName::IOldName>(); in test_renamed_interface_new_as_old() localVariable
/system/vold/
DKeyStorage.cpp277 bool RenameKeyDir(const std::string& old_name, const std::string& new_name) { in RenameKeyDir()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp662 auto old_name = GetOtherPartitionName(name); in MapSourceDevice() local