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

/haiku/src/system/libroot/posix/
H A Ddlfcn.c81 char* imagePath; local
87 &imagePath, NULL, &symbolName, NULL, &location, NULL);
95 info->dli_fname = imagePath;
/haiku/build/scripts/
H A Dbuild_haiku_image16 # imagePath
52 if readlink -f "$imagePath" > /dev/null 2>&1 ; then
53 normalizedImagePath=$(readlink -f "$imagePath")
54 elif realpath "$imagePath" > /dev/null 2>&1 ; then
55 normalizedImagePath=$(realpath "$imagePath")
56 elif greadlink -f "$imagePath" > /dev/null 2>&1 ; then
57 normalizedImagePath=$(greadlink -f "$imagePath")
60 imagePath="$normalizedImagePath"
264 $vmdkimage -h 64k $imageFlags "$imagePath"
266 $createImage $imageFlags "$imagePath"
[all...]
/haiku/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp78 const char *imagePath; member in struct:IdentifyInfo
92 printf(" [%s] ", pinfo[i].imagePath);
93 CPPUNIT_ASSERT(file.SetTo(pinfo[i].imagePath, B_READ_ONLY) == B_OK);
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp111 const char *imagePath; member in struct:IdentifyInfo
125 printf(" [%s] ", pinfo[i].imagePath);
126 CPPUNIT_ASSERT(file.SetTo(pinfo[i].imagePath, B_READ_ONLY) == B_OK);
/haiku/src/system/runtime_loader/
H A Delf.cpp130 const char* imagePath = imagePaths; local
136 size_t pathLen = imagePaths - imagePath;
144 memcpy(path, imagePath, pathLen);
517 const char* imagePath = imagePaths; local
523 size_t pathLen = imagePaths - imagePath;
526 memcpy(path, imagePath, pathLen);
H A Delf_load_image.cpp38 count_regions(const char* imagePath, char const* buff, int phnum, int phentsize) argument
96 imagePath, pheaders->p_type);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp210 AddTemporaryBackgroundImages(BMessage* message, const char* imagePath, argument
214 message->AddString(kBackgroundImageInfoPath, imagePath);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1421 KPath imagePath(basePath);
1422 status = imagePath.Append(image->name);
1426 imagePath.Path()));
1429 status = add_driver(imagePath.Path(), image->id);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp117 const char *imagePath; member in struct:IdentifyInfo
131 printf(" [%s] ", pinfo[i].imagePath);
132 CPPUNIT_ASSERT(file.SetTo(pinfo[i].imagePath, B_READ_ONLY) == B_OK);

Completed in 67 milliseconds