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

  /external/parameter-framework/upstream/test/tmpfile/
TmpFile.hpp 46 class TmpFile
49 TmpFile(std::string content) : mPath(mktmp())
58 TmpFile(TmpFile &&right) : mPath(std::move(right.mPath)) { right.mPath.clear(); }
62 TmpFile(const TmpFile &right) = delete;
63 TmpFile &operator=(const TmpFile &right) = delete;
66 TmpFile &operator=(TmpFile &&right
    [all...]
  /external/parameter-framework/upstream/bindings/c/
Test.cpp 33 #include "TmpFile.hpp"
76 /** Wrap utility::TmpFile to add an implicit convertion to the temporary file.
79 class TmpFile : private parameterFramework::utility::TmpFile
82 using Base = parameterFramework::utility::TmpFile;
85 using Base::TmpFile;
128 TmpFile system("<?xml version='1.0' encoding='UTF-8'?>\
136 TmpFile libraries("<?xml version='1.0' encoding='UTF-8'?>\
141 TmpFile config("<?xml version='1.0' encoding='UTF-8'?>\
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 76 milliseconds