Searched refs:oldFilename (Results 1 – 1 of 1) sorted by relevance
746 std::string oldFilename = filename; in NeedAdaptSandboxPath() local747 if (oldFilename.find("/data/storage") == 0 && access(oldFilename.c_str(), F_OK) != 0) { in NeedAdaptSandboxPath()748 std::string newFilename = "/proc/" + std::to_string(pid) + "/root" + oldFilename; in NeedAdaptSandboxPath()753 headerSize += newFilename.size() - oldFilename.size(); in NeedAdaptSandboxPath()