Home
last modified time | relevance | path

Searched refs:topPath (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp235 static int GetFilePathAttr(const std::string &topPath, const std::string &relativePath, in GetFilePathAttr() argument
239 std::string findPath = std::string(topPath) + "\\*.*"; in GetFilePathAttr()
242 LOGE("Open dir error:%s %d.", topPath.c_str(), errno); in GetFilePathAttr()
248 LOGE("find first file %s %s relativePath %s", topPath.c_str(), file.name, relativePath.c_str()); in GetFilePathAttr()
260 fileAbsName = topPath + "/" + file.name; in GetFilePathAttr()
272 LOGE("find fileAbsName file %s %s %d relativePath %s", topPath.c_str(), file.name, in GetFilePathAttr()
277 LOGE("[GetFileAttr]GetFilePathAttr finish, %s error = %d.", topPath.c_str(), errCode); in GetFilePathAttr()
278 printf("GetFilePathAttr the finish %s error:%d\n", topPath.c_str(), errCode); in GetFilePathAttr()
284 LOGE("[GetFileAttr]GetFilePathAttr finish, %s error = %d.", topPath.c_str(), errCode); in GetFilePathAttr()
285 printf("GetFilePathAttr the finish end %s error:%d\n", topPath in GetFilePathAttr()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp52 auto topPath = baseDir + BACKUP_TOP_PATH; in Init()
54 auto storeIds = StoreUtil::GetSubPath(topPath); in Init()
60 auto backupPath = topPath + "/" + storeId; in Init()
73 std::string topPath = path + BACKUP_TOP_PATH; in Prepare() local
74 std::string storePath = topPath + "/" + storeId; in Prepare()
76 (void)StoreUtil::InitPath(topPath); in Prepare()
118 std::string topPath = baseDir + BACKUP_TOP_PATH; in Backup() local
119 std::string storePath = topPath + "/" + storeId; in Backup()
128 (void)StoreUtil::InitPath(topPath); in Backup()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp343 auto topPath = navigationStack_->GetTopNavPath(); in SetSystemBarStyle() local
344 if (!topPath.has_value()) { in SetSystemBarStyle()
348 NavigationGroupNode::GetNavDestinationNode(topPath->second)); in SetSystemBarStyle()
403 auto topPath = navigationStack_->GetTopNavPath(); in IsTopNavDestination() local
404 if (!topPath.has_value()) { in IsTopNavDestination()
408 NavigationGroupNode::GetNavDestinationNode(topPath->second)); in IsTopNavDestination()
468 auto topPath = navigationStack_->GetTopNavPath(); in UpdateSystemBarStyleOnFullPageStateChange() local
469 UpdateSystemBarStyleWithTopNavPath(windowManager, topPath); in UpdateSystemBarStyleOnFullPageStateChange()
524 auto topPath = navigationStack_->GetTopNavPath(); in UpdateSystemBarStyleOnPageVisibilityChange() local
525 UpdateSystemBarStyleWithTopNavPath(windowManager, topPath); in UpdateSystemBarStyleOnPageVisibilityChange()
[all...]

Completed in 5 milliseconds