Searched refs:temp_file (Results 1 – 5 of 5) sorted by relevance
118 temp_file = self.getBuildArtifact("test")119 with open(temp_file, "wb"):140 with open(temp_path, "wb") as temp_file:141 temp_file.write(test_data)163 with open(temp_path, "wb") as temp_file:164 os.chmod(temp_file.fileno(), test_mode)235 temp_file.flush()265 sys_stat = os.fstat(temp_file.fileno())329 with open(temp_path, "wb") as temp_file:330 temp_file.write(test_data.encode())[all …]
22 std::unique_ptr<TempFile> temp_file = std::make_unique<TempFile>(); in Create() local24 temp_file->m_path); in Create()32 return temp_file; in Create()
179 FileSpec temp_file("/usr/lib" LLDB_LIBDIR_SUFFIX "/lldb/plugins"); in ComputeSystemPluginsDirectory() local180 FileSystem::Instance().Resolve(temp_file); in ComputeSystemPluginsDirectory()181 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str()); in ComputeSystemPluginsDirectory()
146 FileSpec temp_file("/opt/local/include/lldb"); in ComputeHeaderDirectory() local147 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str()); in ComputeHeaderDirectory()
213 FileSpec temp_file("~/Library/Application Support/LLDB/PlugIns");214 FileSystem::Instance().Resolve(temp_file);215 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str());