Searched defs:Lookup (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/build/rust/tests/test_bindgen_test/test_for_hpp/ |
H A D | lib.h | 25 typedef const char* Lookup; typedef
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_local_mock.cpp | 85 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 D | file_operations_local.cpp | 85 void FileOperationsLocal::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FileOperationsLocal
|
H A D | file_operations_base.cpp | 27 void FileOperationsBase::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FileOperationsBase
|
H A D | fuse_operations.cpp | 33 void FuseOperations::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() function in OHOS::FileManagement::CloudDisk::FuseOperations
|
H A D | file_operations_cloud.cpp | 248 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 D | ast.cpp | 274 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
|