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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Path.cpp 170 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute,
188 ResultPath = ModelStorage;
190 ResultPath.push_back(0);
191 ResultPath.pop_back();
197 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15];
204 sys::fs::openFileForReadWrite(Twine(ResultPath.begin()), ResultFD,
216 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
226 sys::fs::create_directory(ResultPath.begin(), false)) {
758 SmallVectorImpl<char> &ResultPath,
760 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File)
    [all...]
  /external/llvm/lib/Support/
Path.cpp 162 SmallVectorImpl<char> &ResultPath,
180 ResultPath = ModelStorage;
182 ResultPath.push_back(0);
183 ResultPath.pop_back();
189 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15];
196 sys::fs::openFileForWrite(Twine(ResultPath.begin()), ResultFD,
208 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
218 sys::fs::create_directory(ResultPath.begin(), false)) {
751 SmallVectorImpl<char> &ResultPath,
753 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 162 SmallVectorImpl<char> &ResultPath,
180 ResultPath = ModelStorage;
182 ResultPath.push_back(0);
183 ResultPath.pop_back();
189 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15];
196 sys::fs::openFileForWrite(Twine(ResultPath.begin()), ResultFD,
208 sys::fs::access(ResultPath.begin(), sys::fs::AccessMode::Exist);
218 sys::fs::create_directory(ResultPath.begin(), false)) {
753 SmallVectorImpl<char> &ResultPath,
755 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
Caching.cpp 43 SmallString<64> ResultPath;
45 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath);
ThinLTOCodeGenerator.cpp 401 SmallString<64> ResultPath;
403 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath);
    [all...]
  /external/llvm/tools/dsymutil/
dsymutil.cpp 165 llvm::SmallVectorImpl<char> &ResultPath) {
172 return llvm::sys::fs::createUniqueFile(Model, ResultPath);
173 return llvm::sys::fs::createUniqueFile(Model, ResultFD, ResultPath);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 189 llvm::SmallString<256> ResultPath;
191 "snippet", "o", ResultFD, ResultPath)))
196 return ResultPath.str();
  /external/llvm/unittests/Support/
Path.cpp     [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 577 /// @param ResultPath Set to the opened file's absolute path.
581 SmallVectorImpl<char> &ResultPath,
586 SmallVectorImpl<char> &ResultPath);
598 SmallVectorImpl<char> &ResultPath);
602 SmallVectorImpl<char> &ResultPath);
605 SmallVectorImpl<char> &ResultPath);
610 /// @param ResultPath The buffer into which to write the path
611 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 588 /// @param ResultPath Set to the opened file's absolute path.
592 SmallVectorImpl<char> &ResultPath,
597 SmallVectorImpl<char> &ResultPath);
609 SmallVectorImpl<char> &ResultPath);
613 SmallVectorImpl<char> &ResultPath);
616 SmallVectorImpl<char> &ResultPath);
621 /// @param ResultPath The buffer into which to write the path
622 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 754 /// @param ResultPath Set to the opened file's absolute path.
758 SmallVectorImpl<char> &ResultPath,
764 SmallVectorImpl<char> &ResultPath,
815 SmallVectorImpl<char> &ResultPath);
820 SmallVectorImpl<char> &ResultPath);
823 SmallVectorImpl<char> &ResultPath);
833 SmallVectorImpl<char> &ResultPath);
845 SmallVectorImpl<char> &ResultPath);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 292 SmallString<128> Model, ResultPath;
303 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) {
340 llvm::sys::path::filename(ResultPath));
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp     [all...]

Completed in 1693 milliseconds