Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dadapter_unittest.cpp88 std::string old_name((const char *)property_as_name(name_property)->name); in TEST_F() local
102 bt_property_t *old_name_property = property_new_name(old_name.c_str()); in TEST_F()
108 << " does not match original name" << old_name; in TEST_F()
/system/core/sdcard/
Dsdcard.c1100 const char* old_name, const char* new_name) in handle_rename() argument
1118 old_name, new_name, in handle_rename()
1125 if (!check_caller_access_to_name(fuse, hdr, old_parent_node, old_name, W_OK)) { in handle_rename()
1133 child_node = lookup_child_by_name_locked(old_parent_node, old_name); in handle_rename()
1147 || strcasecmp(old_name, new_name); in handle_rename()
1556 const char *old_name = ((const char*) data) + sizeof(*req); in handle_fuse_request() local
1557 const char *new_name = old_name + strlen(old_name) + 1; in handle_fuse_request()
1558 return handle_rename(fuse, handler, hdr, req, old_name, new_name); in handle_fuse_request()
/system/extras/perfprofd/quipper/
Dperf_reader.cc720 string old_name = event->filename; in LocalizeUsingFilenames() local
723 const string& new_name = filename_map.at(old_name); in LocalizeUsingFilenames()