Home
last modified time | relevance | path

Searched refs:len_path (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc588 unsigned len_path = strlen(path); in chdir() local
589 char *new_cwd = (char *)malloc(len_cwd + len_path + 2); in chdir()
598 memcpy(new_cwd + len_cwd, path, len_path + 1); in chdir()

Completed in 7 milliseconds