Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/build/rust/tests/test_bindgen_test/test_for_hpp/
H A Dlib.h25 typedef const char* Lookup; typedef
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp85 void FileOperationsLocal::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) {} in Lookup() function in OHOS::FileManagement::CloudDisk::FileOperationsLocal
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_local.cpp85 void FileOperationsLocal::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FileOperationsLocal
H A Dfile_operations_base.cpp27 void FileOperationsBase::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FileOperationsBase
H A Dfuse_operations.cpp33 void FuseOperations::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FuseOperations
H A Dfile_operations_cloud.cpp248 void FileOperationsCloud::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FileOperationsCloud
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp274 std::shared_ptr<AstObject> AstObject::Lookup(const std::string &name, uint32_t type) const in Lookup() function in AstObject
1114 std::shared_ptr<AstObject> Ast::Lookup(const std::shared_ptr<AstObject> &startObj, const std::strin… in Lookup() function in Ast