Searched refs:ResultFd (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 790 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 793 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File); in createUniqueFile() 796 static std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 799 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File, in createUniqueFile()
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 817 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 820 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File); in createUniqueFile() 823 static std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 826 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File, in createUniqueFile()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 752 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 755 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File); in createUniqueFile()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 750 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 753 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File); in createUniqueFile()
|