Searched refs:BuildPath (Results 1 – 4 of 4) sorted by relevance
/packages/providers/MediaProvider/jni/ |
D | node_test.cpp | 100 ASSERT_EQ("/path/subdir_new", child->BuildPath()); in TEST_F() 119 ASSERT_EQ("/path2/subdir", child->BuildPath()); in TEST_F() 139 ASSERT_EQ("/path2/subdir_new", child->BuildPath()); in TEST_F() 166 ASSERT_EQ("/path/subdir_new", child0->BuildPath()); in TEST_F() 167 ASSERT_EQ("/path/subdir_new", child1->BuildPath()); in TEST_F() 197 ASSERT_EQ("/path2/subdir", child0->BuildPath()); in TEST_F() 198 ASSERT_EQ("/path2/subdir", child1->BuildPath()); in TEST_F() 232 ASSERT_EQ("/path2/subdir_new", child0->BuildPath()); in TEST_F() 233 ASSERT_EQ("/path2/subdir_new", child1->BuildPath()); in TEST_F() 240 ASSERT_EQ("/path", parent->BuildPath()); in TEST_F() [all …]
|
D | FuseDaemon.cpp | 323 std::string name = IS_OS_DEBUGABLE ? "real_path: " + n->BuildPath() + " " : ""; in get_name() 429 return io_path.empty() ? node->BuildPath() : io_path; in get_path() 695 string parent_path = parent_node->BuildPath(); in do_lookup() 934 string parent_path = parent_node->BuildPath(); in pf_mknod() 972 const string parent_path = parent_node->BuildPath(); in pf_mkdir() 1013 const string parent_path = parent_node->BuildPath(); in pf_unlink() 1042 const string parent_path = parent_node->BuildPath(); in pf_rmdir() 1097 const string old_parent_path = old_parent_node->BuildPath(); in do_rename() 1110 const string new_parent_path = new_parent_node->BuildPath(); in do_rename() 1240 const string& build_path = node->BuildPath(); in pf_open() [all …]
|
D | node.cpp | 61 std::string node::BuildPath() const { in BuildPath() function in mediaprovider::fuse::node
|
D | node-inl.h | 188 std::string BuildPath() const;
|