Home
last modified time | relevance | path

Searched refs:getDiskOpModPath (Results 1 – 3 of 3) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_events.c304 if (getDiskOpModPath() != NULL && UNICHAR_CHDIR(getDiskOpModPath()) == 0) in exceptionHandler()
346 if (getDiskOpModPath() != NULL && UNICHAR_CHDIR(getDiskOpModPath()) == 0) in exceptionHandler()
H A Dft2_diskop.h31 const UNICHAR *getDiskOpModPath(void);
H A Dft2_diskop.c172 const UNICHAR *getDiskOpModPath(void) in getDiskOpModPath() function