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

/haiku/src/tests/kits/net/service/
H A Dproxy.py81 target_path = target.path + '?' + target.query
83 target_path = target.path
84 conn.request(self.command, target_path, request_body, client_headers)
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py81 target_path = target.path + '?' + target.query
83 target_path = target.path
84 conn.request(self.command, target_path, request_body, client_headers)
/haiku/src/libs/libfdt/
H A Dfdt_overlay.c704 const char *target_path; local
782 ret = overlay_get_target(fdt, fdto, fragment, &target_path);
788 if (!target_path) {
794 len = strlen(target_path);
802 if (!target_path) {
804 ret = overlay_get_target(fdt, fdto, fragment, &target_path);
812 if (!target_path) {
817 memcpy(buf, target_path, len + 1);

Completed in 79 milliseconds