HomeSort by relevance Sort by last modified time
    Searched refs:ResultPath (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
Path.cpp 171 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, false, Mode, FS_File)
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 549 /// @param ResultPath Set to the opened file's absolute path.
553 SmallVectorImpl<char> &ResultPath,
558 SmallVectorImpl<char> &ResultPath);
570 SmallVectorImpl<char> &ResultPath);
574 SmallVectorImpl<char> &ResultPath);
577 SmallVectorImpl<char> &ResultPath);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 279 SmallString<128> Model, ResultPath;
285 llvm::sys::fs::createUniqueFile(Model.str(), FD, ResultPath)) {
322 llvm::sys::path::filename(ResultPath));

Completed in 173 milliseconds