Lines Matching refs:c_str
91 partition.data.name, dst.c_str(), src.c_str()); in getPartitionFilePath()
139 path.c_str(), offset, dst, len); in read()
146 int fd = ::open(path.c_str(), O_RDONLY); in read()
149 MSG_ERR("Failed to open backing file at '%s': %d\n", path.c_str(), in read()
160 path.c_str(), fileSize, lerrno); in read()
173 len, access_len, path.c_str(), fileSize, offset, lerrno); in read()
202 path.c_str(), offset, dst, len); in write()
204 int fd = ::open(path.c_str(), O_RDWR); in write()
207 MSG_ERR("Failed to open backing file at '%s': %d\n", path.c_str(), in write()
217 MSG_ERR("Failed to seek to %zu in %s: %d\n", offset, path.c_str(), in write()
228 path.c_str(), offset, lerrno); in write()