Searched refs:fromFile (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | rename9.sh | 79 char *fromFile = "fromFile.log"; 95 stat(fromFile, &sb); 116 if ((fd = open(fromFile, O_RDWR | O_CREAT | O_TRUNC, 0644)) 118 err(1, "creat(%s)", fromFile); 128 stat(fromFile, &fb); 130 if (rename(fromFile, toFile) == -1) 131 warn("rename(%s, %s)", fromFile, toFile); 132 stat(fromFile, &fa); 142 fromFile, (uintmax_t)fb.st_ino, (uintmax_t)fb.st_nlink, 152 "%jd\n", fromFile, (uintmax_t)fa.st_ino,
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 224 void enqueuePdbFile(StringRef path, ObjFile *fromFile); 325 StringRef path, ObjFile *fromFile);
|
H A D | InputFiles.cpp | 911 ObjFile *fromFile) { in findFromRecordPath() argument 912 auto p = findPdbPath(path.str(), fromFile, ctx.config.outputFile); in findFromRecordPath() 977 void ObjFile::enqueuePdbFile(StringRef path, ObjFile *fromFile) { in enqueuePdbFile() argument 978 auto p = findPdbPath(path.str(), fromFile, ctx.config.outputFile); in enqueuePdbFile()
|