Searched refs:programPath (Results 1 – 6 of 6) sorted by relevance
/haiku/src/system/libroot/ |
H A D | libroot_init.c | 52 char *programPath = __gRuntimeLoader->program_args->args[0]; in initialize_before() local 57 if (programPath) { in initialize_before() 58 if ((__progname = strrchr(programPath, '/')) == NULL) in initialize_before() 59 __progname = programPath; in initialize_before()
|
/haiku/src/system/runtime_loader/ |
H A D | runtime_loader.cpp | 173 const char *programPath, const char *requestingObjectPath, in try_open_executable() argument 185 if (programPath == NULL) in try_open_executable() 186 programPath = gProgramArgs->program_path; in try_open_executable() 189 programPath, buffer, pathLength, status) in try_open_executable() 261 int pathListLen, const char *programPath, const char *requestingObjectPath, in search_executable_in_path_list() argument 279 programPath, requestingObjectPath, abiSpecificSubDir, pathBuffer, in search_executable_in_path_list() 303 const char *programPath, const char *requestingObjectPath, in open_executable() argument 345 semicolon - firstList, programPath, requestingObjectPath, NULL, in open_executable() 350 strlen(secondList), programPath, requestingObjectPath, NULL, in open_executable() 360 programPath, NULL, abiSpecificSubDir, buffer, sizeof(buffer)); in open_executable()
|
H A D | runtime_loader_private.h | 66 const char* runpath, const char* programPath, const char* requestingObjectPath,
|
/haiku/src/bin/debug/ |
H A D | debug_utils.cpp | 85 std::string programPath; in load_program() local 86 status_t error = find_program(args[0], programPath); in load_program() 91 mutableArgs[0] = programPath.c_str(); in load_program()
|
/haiku/src/kits/debug/ |
H A D | TeamDebugger.cpp | 129 BPath programPath; in _LoadProgram() local 130 status_t error = _FindProgram(args[0], programPath); in _LoadProgram() 135 mutableArgs[0] = programPath.Path(); in _LoadProgram()
|
/haiku/src/bin/makebootable/platform/bios_ia32/ |
H A D | makebootable.cpp | 129 read_boot_code_data(const char* programPath) in read_boot_code_data() argument 133 status_t error = executableFile.SetTo(programPath, B_READ_ONLY); in read_boot_code_data() 136 "%s\n", programPath, strerror(error)); in read_boot_code_data()
|