Lines Matching refs:print_len
548 USHORT print_len = 0;
583 /* Store the absolute link target path length in print_len. */
584 print_len = (USHORT)GetFullPathNameW(src_path, 0, NULL, NULL);
585 if (print_len == 0)
588 /* NUL terminator should not be part of print_len. */
589 --print_len;
614 (prefix_len + print_len + 1 + print_len + 1) * sizeof(WCHAR);
623 (prefix_len + print_len) * sizeof(WCHAR);
626 rdb->MountPointReparseBuffer.PrintNameLength = print_len * sizeof(WCHAR);
631 if (GetFullPathNameW(src_path, print_len + 1,
638 prefix_len + print_len + 1,