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

/haiku/src/system/runtime_loader/
H A Delf.cpp112 const char* imagePaths = getenv("LD_PRELOAD"); local
113 if (imagePaths == NULL) {
121 while (*imagePaths != '\0') {
123 while (*imagePaths != '\0' && isspace(*imagePaths))
124 imagePaths++;
126 if (*imagePaths == '\0')
130 const char* imagePath = imagePaths;
131 while (*imagePaths != '\0' && !isspace(*imagePaths))
504 const char* imagePaths = getenv("LD_PRELOAD_ADDONS"); local
[all...]

Completed in 28 milliseconds