Home
last modified time | relevance | path

Searched defs:pathRegex (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dskill_uri.h33 std::string pathRegex; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h34 std::string pathRegex; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/system_module/entry/src/main/
H A Dmodule.json77 "pathRegex":"query/.*/name", string
85 "pathRegex":"ccc", string
128 "pathRegex":"query/.*/name", string
137 "pathRegex":"ccc", string
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/sceneProject/unittest/system_module/entry/src/main/
H A Dmodule.json76 "pathRegex":"query/.*/name", string
84 "pathRegex":"ccc", string
127 "pathRegex":"query/.*/name", string
136 "pathRegex":"ccc", string
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h34 std::string pathRegex; member
H A Dextension_ability_info.h135 std::string pathRegex; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dset_flag_utils.cpp59 std::regex pathRegex("/temp"); in ParseDirPath() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dextension_ability_info.h81 std::string pathRegex; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp1218 std::regex pathRegex("^[a-zA-Z0-9_/]+$"); in MountDfsDocs() local
1240 std::regex pathRegex("^[a-zA-Z0-9_/]+$"); in UMountDfsDocs() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp530 std::regex pathRegex("^[a-zA-Z0-9_\\-/\\\\]*$"); in CheckCopyRule() local