Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_libcfile.c549 static HChar *startup_wd; variable
562 startup_wd = VG_(realloc)("startup_wd", startup_wd, szB); in VG_()
563 VG_(memset)(startup_wd, 0, szB); in VG_()
564 res = VG_(do_syscall2)(__NR_getcwd, (UWord)startup_wd, szB-1); in VG_()
568 VG_(free)(startup_wd); in VG_()
569 startup_wd = NULL; in VG_()
573 vg_assert(startup_wd[szB-1] == 0); in VG_()
589 startup_wd = VG_(malloc)("startup_wd", need); in VG_()
590 VG_(strcpy)(startup_wd, wd); in VG_()
600 return startup_wd; in VG_()