Searched refs:ResultFd (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 757 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 760 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File); in createUniqueFile() 763 static std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() argument 766 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()
|