Home
last modified time | relevance | path

Searched defs:new_name (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/liblp/
Dutility.cpp239 std::string new_name = group_name.substr(0, group_name.size() - slot_suffix.size()) + in UpdateMetadataForInPlaceSnapshot() local
257 std::string new_name = in UpdateMetadataForInPlaceSnapshot() local
Dbuilder.cpp285 std::string new_name = in UpdateMetadataForOtherSuper() local
/system/extras/simpleperf/
Drecord_test.cpp171 std::string new_name = "a_much_longer_name"; in TEST_F() local
/system/tools/aidl/tests/rust/
Dtest_client.rs946 let new_name = service.GetNewNameInterface(); in test_renamed_interface() localVariable
981 let new_name = old_name.as_binder().into_interface::<dyn INewName::INewName>(); in test_renamed_interface_old_as_new() localVariable
/system/vold/
DKeyStorage.cpp277 bool RenameKeyDir(const std::string& old_name, const std::string& new_name) { in RenameKeyDir()