Searched refs:dstPaths (Results 1 – 2 of 2) sorted by relevance
673 vector<string> dstPaths = CRYPTO_SANDBOX_PATH; in MountCryptoPathAgain() local675 MountSandboxPath(srcPaths, dstPaths, bundleNameStr, to_string(userId)); in MountCryptoPathAgain()681 …ountSandboxPath(const std::vector<std::string> &srcPaths, const std::vector<std::string> &dstPaths, in MountSandboxPath() argument685 int dstCnt = static_cast<int>(dstPaths.size()); in MountSandboxPath()692 dstPath = dstPath.append(userId).append("/").append(bundleName).append(dstPaths[i]); in MountSandboxPath()
105 …ountSandboxPath(const std::vector<std::string> &srcPaths, const std::vector<std::string> &dstPaths,