Searched refs:oldpath_size (Results 1 – 1 of 1) sorted by relevance
900 ssize_t oldpath_size, write_size; in local_symlink() local908 oldpath_size = strlen(oldpath); in local_symlink()909 write_size = RETRY_ON_EINTR(write(fd, (void *)oldpath, oldpath_size)); in local_symlink()912 if (write_size != oldpath_size) { in local_symlink()