Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_initimg/
Dinitimg-pathscan.c96 static HChar executable_name_in [VKI_PATH_MAX];
97 static HChar executable_name_out[VKI_PATH_MAX];
117 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 ); in match_executable()
118 executable_name_out[VKI_PATH_MAX-1] = 0; in match_executable()
123 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 ); in match_executable()
124 executable_name_out[VKI_PATH_MAX-1] = 0; in match_executable()
137 VG_(strncpy)( executable_name_out, exec, VKI_PATH_MAX-1 ); in ML_()
141 VG_(strncpy)( executable_name_in, exec, VKI_PATH_MAX-1 ); in ML_()
142 VG_(memset) ( executable_name_out, 0, VKI_PATH_MAX ); in ML_()
/external/valgrind/main/coregrind/
Dm_commandline.c62 HChar filename[VKI_PATH_MAX]; in read_dot_valgrindrc()
64 VG_(snprintf)(filename, VKI_PATH_MAX, "%s/.valgrindrc", in read_dot_valgrindrc()
225 HChar cwd[VKI_PATH_MAX+1]; in VG_()
226 Bool cwd_ok = VG_(get_startup_wd)(cwd, VKI_PATH_MAX); in VG_()
Dm_options.c143 static HChar base_dir[VKI_PATH_MAX]; in VG_()
147 Bool ok = VG_(get_startup_wd)(base_dir, VKI_PATH_MAX); in VG_()
Dm_redir.c450 HChar in_vglib_filename[VKI_PATH_MAX]; in VG_()
456 VG_(strncpy) (in_vglib_filename, VG_(libdir), VKI_PATH_MAX); in VG_()
457 VG_(strncat) (in_vglib_filename, "/", VKI_PATH_MAX); in VG_()
458 VG_(strncat) (in_vglib_filename, newdi_basename, VKI_PATH_MAX); in VG_()
Dm_libcfile.c432 static HChar startup_wd[VKI_PATH_MAX];
1177 static HChar buf[VKI_PATH_MAX]; in VG_()
1213 static HChar buf[VKI_PATH_MAX]; in VG_()
Dm_main.c1745 { HChar buf[VKI_PATH_MAX+1]; in valgrind_main()
1748 buf[VKI_PATH_MAX] = 0; in valgrind_main()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c2043 HChar buf[VKI_PATH_MAX]; in VG_()
2072 if (ML_(am_resolve_filename)(fd, buf, VKI_PATH_MAX)) { in VG_()
2244 HChar buf[VKI_PATH_MAX]; in VG_()
2296 } else if (ML_(am_resolve_filename)(fd, buf, VKI_PATH_MAX)) { in VG_()
2541 HChar buf[VKI_PATH_MAX]; in VG_()
2601 if (ML_(am_resolve_filename)(fd, buf, VKI_PATH_MAX)) { in VG_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c184 static HChar name[VKI_PATH_MAX]; in fill_prpsinfo()
211 if (VG_(resolve_filename)(VG_(cl_exec_fd), name, VKI_PATH_MAX)) { in fill_prpsinfo()
/external/valgrind/main/callgrind/
Dglobal.h115 #define FILENAME_LEN VKI_PATH_MAX
/external/valgrind/main/include/vki/
Dvki-darwin.h357 #define VKI_PATH_MAX PATH_MAX macro
Dvki-linux.h249 #define VKI_PATH_MAX 4096 /* # chars in a path name including nul */ macro
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1051 HChar exename[VKI_PATH_MAX]; in VG_()
1077 vg_assert(VKI_PATH_MAX > 100); /* to ensure /proc/self/fd/%d is safe */ in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c594 static HChar buf[VKI_PATH_MAX]; in ML_()
596 if (VG_(resolve_filename)(fd, buf, VKI_PATH_MAX)) in ML_()
/external/valgrind/main/cachegrind/
Dcg_main.c61 #define FILE_LEN VKI_PATH_MAX