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

  /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/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/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 700 /// @param ResultPath Set to the opened file's absolute path.
704 SmallVectorImpl<char> &ResultPath,
709 SmallVectorImpl<char> &ResultPath);
721 SmallVectorImpl<char> &ResultPath);
725 SmallVectorImpl<char> &ResultPath);
728 SmallVectorImpl<char> &ResultPath);
733 /// @param ResultPath The buffer into which to write the path
734 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 658 /// @param ResultPath Set to the opened file's absolute path.
662 SmallVectorImpl<char> &ResultPath,
667 SmallVectorImpl<char> &ResultPath);
679 SmallVectorImpl<char> &ResultPath);
683 SmallVectorImpl<char> &ResultPath);
686 SmallVectorImpl<char> &ResultPath);
691 /// @param ResultPath The buffer into which to write the path
692 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 658 /// @param ResultPath Set to the opened file's absolute path.
662 SmallVectorImpl<char> &ResultPath,
667 SmallVectorImpl<char> &ResultPath);
679 SmallVectorImpl<char> &ResultPath);
683 SmallVectorImpl<char> &ResultPath);
686 SmallVectorImpl<char> &ResultPath);
691 /// @param ResultPath The buffer into which to write the path
692 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 700 /// @param ResultPath Set to the opened file's absolute path.
704 SmallVectorImpl<char> &ResultPath,
709 SmallVectorImpl<char> &ResultPath);
721 SmallVectorImpl<char> &ResultPath);
725 SmallVectorImpl<char> &ResultPath);
728 SmallVectorImpl<char> &ResultPath);
733 /// @param ResultPath The buffer into which to write the path
734 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 658 /// @param ResultPath Set to the opened file's absolute path.
662 SmallVectorImpl<char> &ResultPath,
667 SmallVectorImpl<char> &ResultPath);
679 SmallVectorImpl<char> &ResultPath);
683 SmallVectorImpl<char> &ResultPath);
686 SmallVectorImpl<char> &ResultPath);
691 /// @param ResultPath The buffer into which to write the path
692 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 658 /// @param ResultPath Set to the opened file's absolute path.
662 SmallVectorImpl<char> &ResultPath,
667 SmallVectorImpl<char> &ResultPath);
679 SmallVectorImpl<char> &ResultPath);
683 SmallVectorImpl<char> &ResultPath);
686 SmallVectorImpl<char> &ResultPath);
691 /// @param ResultPath The buffer into which to write the path
692 std::error_code getPathFromOpenFD(int FD, SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 SmallVectorImpl<char> &ResultPath);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 686 /// @param ResultPath Set to the opened file's absolute path.
690 SmallVectorImpl<char> &ResultPath,
695 SmallVectorImpl<char> &ResultPath);
707 SmallVectorImpl<char> &ResultPath);
711 SmallVectorImpl<char> &ResultPath);
714 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));

Completed in 1490 milliseconds