Home
last modified time | relevance | path

Searched refs:programPath (Results 1 – 6 of 6) sorted by relevance

/haiku/src/system/libroot/
H A Dlibroot_init.c52 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 Druntime_loader.cpp173 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 Druntime_loader_private.h66 const char* runpath, const char* programPath, const char* requestingObjectPath,
/haiku/src/bin/debug/
H A Ddebug_utils.cpp85 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 DTeamDebugger.cpp129 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 Dmakebootable.cpp129 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()