MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / append_path

Method append_path

lsteamclient/unixlib.cpp:1314–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312 }
1313
1314 void append_path( ptr32< const char * >& dst, const char *src )
1315 {
1316 size_t len;
1317
1318 steamclient_unix_path_to_dos_path( 1, src, pos, g_tmppath + TEMP_PATH_BUFFER_LENGTH - pos, 1 );
1319 len = strlen( pos ) + 1;
1320 pos += len;
1321
1322 dst.value = pos32;
1323 pos32 += len;
1324 }
1325};
1326
1327u64_CallbackMsg_t::operator w32_CallbackMsg_t() const

Callers 1

unixlib.cppFile · 0.80

Calls 1

Tested by

no test coverage detected