Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_libcfile.c541 static HChar *startup_wd; variable
558 startup_wd = VG_(realloc)("startup_wd", startup_wd, szB); in VG_()
559 VG_(memset)(startup_wd, 0, szB); in VG_()
560 res = VG_(do_syscall2)(__NR_getcwd, (UWord)startup_wd, szB-1); in VG_()
563 vg_assert(startup_wd[szB-1] == 0); in VG_()
581 startup_wd = VG_(malloc)("startup_wd", need); in VG_()
582 VG_(strcpy)(startup_wd, wd); in VG_()
596 return startup_wd; in VG_()