Searched defs:dirEntity (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/ |
H A D | dir_n_exporter.cpp | 47 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in GetDirEntity() local 57 DirEntity *dirEntity = GetDirEntity(env, info); in CloseSync() local 76 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Close() local 158 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Read() local 216 DirEntity *dirEntity = GetDirEntity(env, info); in ReadSync() local 272 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, dir_entity); in CheckDirEntity() local 328 auto dirEntity = CheckDirEntity(env, funcArg.GetThisVar()); in ListFile() local 381 auto dirEntity = CheckDirEntity(env, funcArg.GetThisVar()); in ListFileSync() local 424 auto dirEntity = make_unique<DirEntity>(); in Constructor() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | open_dir.cpp | 60 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, objDir); in Sync() local 117 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, objDir); in Async() local
|