Home
last modified time | relevance | path

Searched refs:exec_path_size (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/shell/app/
H A Dshell_main_mac.cc26 uint32_t exec_path_size = 0; in main() local
27 int rv = _NSGetExecutablePath(NULL, &exec_path_size); in main()
33 std::unique_ptr<char[]> exec_path(new char[exec_path_size]); in main()
34 rv = _NSGetExecutablePath(exec_path.get(), &exec_path_size); in main()
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/dialogs/dialogsgtk/
H A Dparent.c10 ssize_t get_parent_path(char *exec_path, size_t exec_path_size) { in get_parent_path() argument
16 if ((exec_path_len = readlink(proc_path, exec_path, exec_path_size - 1)) != -1) { in get_parent_path()
19 snprintf(exec_path, exec_path_size - 1, "A process with PID %d", ppid); in get_parent_path()
H A Dparent.h2 ssize_t get_parent_path(char *exec_path, size_t exec_path_size);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/app/
H A Dchrome_exe_main_mac.cc57 uint32_t exec_path_size = 0; in main() local
58 int rv = _NSGetExecutablePath(NULL, &exec_path_size); in main()
63 std::unique_ptr<char[]> exec_path(new char[exec_path_size]); in main()
64 rv = _NSGetExecutablePath(exec_path.get(), &exec_path_size); in main()
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/dialogs/dialogspinentry/
H A Ddlgs_pinentry.cpp78 static ssize_t get_exec_path(char *exec_path, size_t exec_path_size) { in get_exec_path() argument
84 if ((exec_path_len = readlink(proc_path, exec_path, exec_path_size - 1)) != -1) { in get_exec_path()
87 snprintf(exec_path, exec_path_size - 1, "A process with PID %d", pid); in get_exec_path()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Dmain.cpp225 uint32_t exec_path_size = sizeof(exec_path); in main() local
226 if ( _NSGetExecutablePath(exec_path, &exec_path_size) == 0 ) { in main()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dqmc2main.cpp10875 uint32_t exec_path_size = sizeof(exec_path); in main() local
10876 if ( _NSGetExecutablePath(exec_path, &exec_path_size) == 0 ) { in main()