Home
last modified time | relevance | path

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

/freebsd-14.2/tools/test/stress2/misc/
H A Drename9.sh79 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-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.h224 void enqueuePdbFile(StringRef path, ObjFile *fromFile);
322 StringRef path, ObjFile *fromFile);
H A DInputFiles.cpp867 ObjFile *fromFile) { in findFromRecordPath() argument
868 auto p = findPdbPath(path.str(), fromFile); in findFromRecordPath()
933 void ObjFile::enqueuePdbFile(StringRef path, ObjFile *fromFile) { in enqueuePdbFile() argument
934 auto p = findPdbPath(path.str(), fromFile); in enqueuePdbFile()