Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp161 SmallVectorImpl<char> &ResultPath, in createUniqueEntity() argument
179 ResultPath = ModelStorage; in createUniqueEntity()
181 ResultPath.push_back(0); in createUniqueEntity()
182 ResultPath.pop_back(); in createUniqueEntity()
188 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15]; in createUniqueEntity()
195 sys::fs::openFileForWrite(Twine(ResultPath.begin()), ResultFD, in createUniqueEntity()
207 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist); in createUniqueEntity()
217 sys::fs::create_directory(ResultPath.begin(), false)) { in createUniqueEntity()
723 SmallVectorImpl<char> &ResultPath, in createUniqueFile() argument
725 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File); in createUniqueFile()
[all …]
/external/fonttools/Windows/
Dfonttools-win-setup.iss129 …difyPathString(OldPath, DirName: string; Method: integer; Quotes: boolean; var ResultPath: string);
185 ConcatPath(Dirs, Quotes, ResultPath);
198 OldPath, ResultPath: String;
254 ModifyPathString(OldPath, DirName, Method, True, ResultPath);
265 AutoexecLines.Insert(FirstPathLineNo, '@PATH='+ResultPath);
286 OldPath, ResultPath: string;
317 ModifyPathString(OldPath, DirName, Method, False, ResultPath);
320 if not RegWriteStringValue(RegRootKey, RegSubKeyName, RegValueName, ResultPath) then
/external/llvm/tools/dsymutil/
Ddsymutil.cpp165 llvm::SmallVectorImpl<char> &ResultPath) { in getUniqueFile() argument
172 return llvm::sys::fs::createUniqueFile(Model, ResultPath); in getUniqueFile()
173 return llvm::sys::fs::createUniqueFile(Model, ResultFD, ResultPath); in getUniqueFile()
/external/llvm/include/llvm/Support/
DFileSystem.h567 SmallVectorImpl<char> &ResultPath,
572 SmallVectorImpl<char> &ResultPath);
584 SmallVectorImpl<char> &ResultPath);
588 SmallVectorImpl<char> &ResultPath);
591 SmallVectorImpl<char> &ResultPath);
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp292 SmallString<128> Model, ResultPath; in ReportDiag() local
303 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) { in ReportDiag()
340 llvm::sys::path::filename(ResultPath)); in ReportDiag()