Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/utils/src/
H A Dtest_manager.cpp28 if (bool created = ForceCreateDirectory(rootDirCurTest_); !created) { in TestManager() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_context.h41 std::string created; member
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp124 bool created = ForceCreateDirectory(path.data()); in CreateDirIfNotExist() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp786 bool created = in CreatePropertyAnimation() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp83 void RdbStoreImpl::InitSyncerParam(const RdbStoreConfig &config, bool created) in InitSyncerParam()
888 bool created = access(path_.c_str(), F_OK) != 0; in RdbStoreImpl() local
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp218 bool created = ForceCreateDirectory(path.data()); in GetFileHandleForSpecialCloneCloud() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1057 if (auto created = rootNode_->LookupNodeByPath(fullPath)) { in FindMaterial() local