Searched refs:secondList (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp341 const char *secondList = (semicolon ? semicolon + 1 : pathString); local
342 // If there is no ';', we set only secondList to simplify things.
349 fd = search_executable_in_path_list(name, secondList,
350 strlen(secondList), programPath, requestingObjectPath, NULL,

Completed in 36 milliseconds