Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duri_utils.cpp29 const std::string DISTRIBUTED_FILES_PATH = "/data/storage/el2/distributedfiles/"; variable
79 if (absolutePath.compare(0, DISTRIBUTED_FILES_PATH.size(), DISTRIBUTED_FILES_PATH) != 0) { in GetUriListFromWantDms()
H A Dability_record.cpp82 const std::string DISTRIBUTED_FILES_PATH = "/data/storage/el2/distributedfiles/"; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp54 const std::string DISTRIBUTED_FILES_PATH = "/data/storage/el2/distributedfiles/"; variable
469 if (path.compare(0, DISTRIBUTED_FILES_PATH.size(), DISTRIBUTED_FILES_PATH) == 0) { in IsDistributedFile()