HomeSort by relevance Sort by last modified time
    Searched defs:TempFilename (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 168 std::string TempFilename(const std::string &dir, const std::string &prefix) {
  /external/clang/lib/Rewrite/
Rewriter.cpp 407 TempFilename = Filename;
408 TempFilename += "-%%%%%%%%";
410 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) {
413 << TempFilename;
424 if (std::error_code ec = llvm::sys::fs::rename(TempFilename, Filename)) {
427 << TempFilename << Filename << ec.message();
430 llvm::sys::fs::remove(TempFilename);
440 SmallString<128> TempFilename;
  /external/webrtc/webrtc/base/
fileutils.h 208 virtual std::string TempFilename(const Pathname &dir,
352 static std::string TempFilename(const Pathname &dir,
354 return EnsureDefaultFilesystem()->TempFilename(dir, prefix);
fileutils_mock.h 210 std::string TempFilename(const Pathname &dir, const std::string &prefix) {
unixfilesystem.cc 206 std::string UnixFilesystem::TempFilename(const Pathname &dir,
win32filesystem.cc 221 std::string Win32Filesystem::TempFilename(const Pathname &dir,
  /external/clang/include/clang/Frontend/
CompilerInstance.h 152 /// If TempFilename is not empty we must rename it to Filename at the end.
153 /// TempFilename may be empty and Filename non-empty if creating the temporary
157 std::string TempFilename;
160 OutputFile(std::string filename, std::string tempFilename,
162 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)),
166 TempFilename(std::move(O.TempFilename)), OS(std::move(O.OS)) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {

Completed in 221 milliseconds