Searched refs:mktmp (Results 1 – 6 of 6) sorted by relevance
49 TmpFile(std::string content) : mPath(mktmp()) in TmpFile()82 std::string mktmp();
293 mktmp = adb(299 on_device_config = mktmp.communicate()[0].decode().strip().strip()300 if mktmp.returncode != 0:
518 mktmp = adb(524 on_device_config = mktmp.communicate()[0].decode().strip().strip()525 if mktmp.returncode != 0:
583 mktmp = adb(589 on_device_config = mktmp.communicate()[0].decode().strip().strip()590 if mktmp.returncode != 0:
41 std::string TmpFile::mktmp() in mktmp() function in parameterFramework::utility::TmpFile
71 std::string TmpFile::mktmp() in mktmp() function in parameterFramework::utility::TmpFile