Searched refs:ResultPath (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Support/ |
D | Path.cpp | 161 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/ |
D | fonttools-win-setup.iss | 129 …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/ |
D | dsymutil.cpp | 165 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/ |
D | FileSystem.h | 567 SmallVectorImpl<char> &ResultPath, 572 SmallVectorImpl<char> &ResultPath); 584 SmallVectorImpl<char> &ResultPath); 588 SmallVectorImpl<char> &ResultPath); 591 SmallVectorImpl<char> &ResultPath);
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 292 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()
|