Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp329 string sandboxPathPrefix = it->first; in DoGetPhysicalPath() local
330 string::size_type prefixMatchLen = sandboxPathPrefix.length(); in DoGetPhysicalPath()
333 if (sandboxPathTemp == sandboxPathPrefix && curPrefixMatchLen <= prefixMatchLen) { in DoGetPhysicalPath()