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

/haiku/headers/private/kernel/platform/openfirmware/
H A Ddevices.h16 char *path, size_t pathSize);
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware_devices.cpp22 char *path, size_t pathSize)
83 || (length = of_package_to_path(node, path, pathSize - 1))
21 of_get_next_device(intptr_t *_cookie, intptr_t root, const char *type, char *path, size_t pathSize) argument
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp50 shm_name_to_path(const char* name, char* path, size_t pathSize) argument
63 if (!append_string(path, pathSize, kSharedMemoryDir))
69 if (!append_string(path, pathSize, name, found - name))
75 if (!append_string(path, pathSize, append, 2))
81 if (!append_string(path, pathSize, name))
/haiku/src/system/boot/loader/
H A Dpackage_support.h35 size_t pathSize);
H A Dpackage_support.cpp124 size_t pathSize)
128 strlcpy(path, name, pathSize);
131 snprintf(path, pathSize, "%s/%s/%s", kAdministrativeDirectory, fName,
123 GetPackagePath(const char* name, char* path, size_t pathSize) argument
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp574 ssize_t pathSize = process_path(installationLocation, architecture,
576 if (pathSize <= 0)
577 return pathSize == 0 ? B_ENTRY_NOT_FOUND : pathSize;
722 ssize_t pathSize = process_path(installationLocations->At(i), local
725 if (pathSize < 0)
726 return pathSize;
727 if (pathSize > 0) {
729 pathBuffer += pathSize;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp708 int pathSize = 0; local
722 address += pathSize;
724 pathSize += B_LENDIAN_TO_HOST_INT16(path->usSize);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2880 normalize_path(char* path, size_t pathSize, bool traverseLink, bool kernel) argument
2926 && strlcat(path, "/", pathSize) >= pathSize)
2927 || strlcat(path, leaf, pathSize) >= pathSize) {

Completed in 70 milliseconds