Searched defs:ResultPath (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DPath.cpp171 SmallVectorImpl<char> &ResultPath,
190 ResultPath = ModelStorage;
192 ResultPath.push_back(0);
193 ResultPath.pop_back();
199 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15];
206 sys::fs::openFileForWrite(Twine(ResultPath.begin()), ResultFD,
218 std::error_code EC = sys::fs::exists(ResultPath.begin(), Exists);
228 sys::fs::create_directory(ResultPath.begin(), false)) {
720 SmallVectorImpl<char> &ResultPath,
722 return createUniqueEntity(Model, ResultFd, ResultPath, fals
170 createUniqueEntity(const Twine &Model, int &ResultFD, SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, unsigned Mode, FSEntity Type) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp279 SmallString<128> Model, ResultPath; local
285 llvm::sys::fs::createUniqueFile(Model.str(), FD, ResultPath)) {
322 llvm::sys::path::filename(ResultPath));

Completed in 122 milliseconds