Home
last modified time | relevance | path

Searched refs:GetName (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/jni/
Dnode.cpp52 (*path) << node->GetName(); in BuildPathForNodeRecursive()
78 if (absolute_path.find(root->GetName()) != 0) { in LookupAbsolutePath()
82 std::vector<std::string> segments = GetPathSegments(root->GetName().size(), absolute_path); in LookupAbsolutePath()
Dnode_test.cpp52 ASSERT_EQ("/path", node->GetName()); in TEST_F()
400 ASSERT_EQ("/i-am-root!", root->GetName()); in TEST_F()
DFuseDaemon.cpp549 if (name != node->GetName()) { in make_node_entry()
559 const std::string& node_name = node->GetName(); in make_node_entry()
1697 if (statvfs(fuse->root->GetName().c_str(), &st)) in pf_statfs()
2017 name = node->GetName(); in InvalidateFuseDentryCache()
Dnode-inl.h273 const std::string& GetName() const { in GetName() function
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp97 bt_iface->GetName(&name16); in BtBinderGetName()