Home
last modified time | relevance | path

Searched refs:allPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dtypec_port_info.cpp31 std::vector<std::string> allPath; in GetDirList() local
36 allPath.emplace_back("sys/class/thermal/" + name); in GetDirList()
40 return allPath; in GetDirList()
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp41 string allPath[] = {MODULE_PREINSTALL_DIR, UPDATE_INSTALL_DIR, UPDATE_ACTIVE_DIR}; in InitRepository() local
43 for (string &path : allPath) { in InitRepository()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp739 std::vector<std::vector<std::string>> allPath; in FindProjectionInit() local
747 allPath = JsonCommon::ParsePath(projectionObj, errCode); in FindProjectionInit()
755 errCode = CheckCommon::CheckProjection(projectionObj, allPath); in FindProjectionInit()
761 context->projectionPath = std::move(allPath); in FindProjectionInit()