Home
last modified time | relevance | path

Searched refs:oldPathU (Results 1 – 2 of 2) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_config.c495 UNICHAR *oldPathU = (UNICHAR *)malloc((PATH_MAX + 8 + 1) * sizeof (UNICHAR)); in setConfigFileLocation() local
499 if (oldPathU == NULL || tmpPathU == NULL || editor.configFileLocationU == NULL) in setConfigFileLocation()
501 if (oldPathU != NULL) free(oldPathU); in setConfigFileLocation()
510 oldPathU[0] = 0; in setConfigFileLocation()
513 if (GetCurrentDirectoryW(PATH_MAX - ft2DotCfgStrLen - 1, oldPathU) == 0) in setConfigFileLocation()
515 free(oldPathU); in setConfigFileLocation()
524 UNICHAR_STRCPY(editor.configFileLocationU, oldPathU); in setConfigFileLocation()
552 SetCurrentDirectoryW(oldPathU); in setConfigFileLocation()
553 free(oldPathU); in setConfigFileLocation()
H A Dft2_sample_saver.c510 const UNICHAR *oldPathU = getDiskOpCurPath(); in saveSampleThread() local
525 UNICHAR_CHDIR(oldPathU); in saveSampleThread()