OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FinalPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileOutputBuffer.h
61
StringRef getPath() const { return
FinalPath
; }
80
FileOutputBuffer(StringRef Path) :
FinalPath
(Path) {}
82
std::string
FinalPath
;
FileUtilities.h
104
/// writes content of \p Buffer to the file and renames it to \p
FinalPath
.
107
llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef
FinalPath
,
111
writeFileAtomically(StringRef TempPathModel, StringRef
FinalPath
,
/src/external/apache2/llvm/dist/llvm/lib/Support/
FileUtilities.cpp
290
StringRef
FinalPath
, StringRef Buffer) {
291
return writeFileAtomically(TempPathModel,
FinalPath
,
299
StringRef TempPathModel, StringRef
FinalPath
,
323
/*to=*/
FinalPath
.str().c_str())) {
FileOutputBuffer.cpp
52
return Temp.keep(
FinalPath
);
91
if (
FinalPath
== "-") {
101
openFileForWrite(
FinalPath
, FD, CD_CreateAlways, OF_None, Mode))
Completed in 20 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026