Home
last modified time | relevance | path

Searched refs:strTempDirProc (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/azpainter/azpainter-2.1.7/src/
H A DConfigData.c50 mStrFree(&p->strTempDirProc); in ConfigData_free()
112 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) return; in ConfigData_deleteTempDir()
116 dir = mDirEntryOpen(APP_CONF->strTempDirProc.buf); in ConfigData_deleteTempDir()
134 mDeleteDir(APP_CONF->strTempDirProc.buf); in ConfigData_deleteTempDir()
148 pstr = &APP_CONF->strTempDirProc; in ConfigData_createTempDir()
176 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) in ConfigData_getTempPath()
180 mStrCopy(str, &APP_CONF->strTempDirProc); in ConfigData_getTempPath()
H A Dmain.c291 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) in _init()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/
H A DConfigData.c63 mStrFree(&p->strTempDirProc); in ConfigData_free()
123 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) return; in ConfigData_deleteTempDir()
127 dir = mDirEntryOpen(APP_CONF->strTempDirProc.buf); in ConfigData_deleteTempDir()
145 mDeleteDir(APP_CONF->strTempDirProc.buf); in ConfigData_deleteTempDir()
155 pstr = &APP_CONF->strTempDirProc; in ConfigData_createTempDir()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/other/
H A DUndoItem_base.c74 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) return FALSE; in _alloc_file()
93 mStrCopy(str, &APP_CONF->strTempDirProc); in _get_filename()
/dports/graphics/azpainter/azpainter-2.1.7/src/other/
H A DUndoItem_base.c89 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) return FALSE; in _alloc_file()
112 mStrCopy(str, &APP_CONF->strTempDirProc); in _get_filename()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/include/
H A DdefConfig.h122 strTempDirProc, //プロセスごとの作業用ディレクトリ member
/dports/graphics/azpainter/azpainter-2.1.7/src/include/
H A DdefConfig.h136 strTempDirProc, //プロセスごとの作業用ディレクトリ member