Searched refs:strTempDirProc (Results 1 – 7 of 7) sorted by relevance
50 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()
291 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) in _init()
63 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()
74 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) return FALSE; in _alloc_file()93 mStrCopy(str, &APP_CONF->strTempDirProc); in _get_filename()
89 if(mStrIsEmpty(&APP_CONF->strTempDirProc)) return FALSE; in _alloc_file()112 mStrCopy(str, &APP_CONF->strTempDirProc); in _get_filename()
122 strTempDirProc, //プロセスごとの作業用ディレクトリ member
136 strTempDirProc, //プロセスごとの作業用ディレクトリ member