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

/haiku/src/system/runtime_loader/
H A Dimages.cpp107 find_image_in_queue(image_queue_t* queue, const char* name, bool isPath, argument
111 const char* imageName = isPath ? image->path : image->name;
112 int length = isPath ? sizeof(image->path) : sizeof(image->name);
603 bool isPath = strchr(name, '/') != NULL; local
604 return find_image_in_queue(&sLoadedImages, name, isPath, typeMask);

Completed in 43 milliseconds