Searched refs:full_pathname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/googletest/googletest/src/ |
| D | gtest-filepath.cc | 287 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/ |
| D | ar.c | 134 static bfd_boolean full_pathname = FALSE; variable 277 if (full_pathname) in normalize() 558 full_pathname = TRUE; in main()
|
| D | ChangeLog-9899 | 142 * 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/ |
| D | source.c | 793 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/ |
| D | tui-io.c | 356 print_filename (char *to_print, char *full_pathname) in print_filename() argument
|