Searched defs:argv0_path (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c429 Finally, argv0_path is set to the directory containing the executable
432 With argv0_path in hand, we perform a number of steps. The same steps
448 extracted from argv0_path. The volume names correspond to the UEFI
482 char argv0_path[MAXPATHLEN+1]; local
498 Produces progpath, argv0_path, and volume_name.
538 strncpy(argv0_path, progpath, MAXPATHLEN);
539 argv0_path[MAXPATHLEN] = '\0';
540 set_volume(volume_name, argv0_path);
543 reduce(argv0_path);
545 //if (Py_VerboseFlag) PySys_WriteStderr("%s[%d]: argv0_path
[all...]

Completed in 33 milliseconds