Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-filepath.cc287 FilePath full_pathname; in GenerateUniqueFileName() local
290 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
291 } while (full_pathname.FileOrDirectoryExists()); in GenerateUniqueFileName()
292 return full_pathname; in GenerateUniqueFileName()
/freebsd-12-stable/contrib/binutils/binutils/
Dar.c134 static bfd_boolean full_pathname = FALSE; variable
277 if (full_pathname) in normalize()
558 full_pathname = TRUE; in main()
DChangeLog-9899142 * ar.c (normalize): Fix full_pathname code.
221 * ar.c (full_pathname): New static variable.
224 (normalize): If full_pathname is true, don't do anything.
/freebsd-12-stable/contrib/gdb/gdb/
Dsource.c793 source_full_path_of (char *filename, char **full_pathname) in source_full_path_of() argument
797 fd = openp (source_path, 1, filename, O_RDONLY, 0, full_pathname); in source_full_path_of()
800 *full_pathname = NULL; in source_full_path_of()
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-io.c356 print_filename (char *to_print, char *full_pathname) in print_filename() argument