Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dadapter_unittest.cc64 bt_property_t* new_name = property_new_name("BluetoothTestName1"); in TEST_F() local
/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.cpp139 std::string new_name = "a_much_longer_name"; in TEST_F() local
/system/tools/aidl/tests/rust/
Dtest_client.rs691 let new_name = service.GetNewNameInterface(); in test_renamed_interface() localVariable
726 let new_name = old_name in test_renamed_interface_old_as_new() localVariable
/system/vold/
DKeyStorage.cpp295 static bool RenameKeyDir(const std::string& old_name, const std::string& new_name) { in RenameKeyDir()