Home | History | Annotate | Download | only in Python

Lines Matching full:fullpath

1622     char fullpath[MAXPATHLEN];
1624 char fullpath[MAX_PATH];
1674 sizeof(fullpath),
1675 fullpath,
1677 argv0 = fullpath;
1694 if (realpath(argv0, fullpath)) {
1695 argv0 = fullpath;