Home
last modified time | relevance | path

Searched refs:UT_go_file_remove (Results 1 – 5 of 5) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/epub/exp/xp/
H A Die_exp_EPUB.cpp85 UT_go_file_remove(m_baseTempDir.c_str(), NULL); in _writeDocument()
113 UT_go_file_remove(m_baseTempDir.c_str(), NULL); in _writeDocument()
768 UT_go_file_remove(fullPath.c_str(), NULL); in compress()
771 UT_go_file_remove((m_oebpsDir + G_DIR_SEPARATOR_S + "index.xhtml_files").c_str(), NULL); in compress()
772 UT_go_file_remove(m_oebpsDir.c_str(), NULL); in compress()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_go_file.h83 ABI_EXPORT gboolean UT_go_file_remove (char const *uri, GError **err);
H A Dut_go_file.cpp1291 UT_go_file_remove (char const *uri, GError ** err) in UT_go_file_remove() function
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp.cpp269 (void)UT_go_file_remove (m_szFileName, NULL); in _closeFile()
286 (void)UT_go_file_remove (m_szFileName, NULL); in _abortFile()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/fake/xp/
H A DFakeAccountHandler.cpp354 UT_go_file_remove(abwFile.utf8_str(), NULL); in process()