Lines Matching defs:file
4 * you may not use this file except in compliance with the License.
68 LOGE("Error opening src file descriptor. errno = %{public}d", errno);
88 LOGE("Failed to get stat of file by fd: %{public}d ,errno = %{public}d", srcFdg->GetFD(), errno);
112 LOGE("The execution of the sendfile task was terminated, remaining file size %{public}" PRIu64, size);
196 } else { // file
209 auto file = open(destPath.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
210 if (file < 0) {
211 LOGE("Error opening file descriptor. errno = %{public}d", errno);
213 close(file);
432 LOGE("Error opening dest file descriptor. errno = %{public}d", errno);