Lines Matching refs:LSTRCPY
80 LSTRCPY(linear, path); in PFileSystemLinearToPathTokens()
167 LSTRCPY(canonical, path); in PFileSystemIsAbsolutePath()
209 LSTRCPY(path, L("")); in PFileSystemGetAbsolutePath()
228 LSTRCPY(path, L("./")); in PFileSystemGetAbsolutePath()
311 LSTRCPY(relativePath, L("")); in PFileSystemGetFS()
337 LSTRCPY(absolutePath, filename); in PFileSystemCreatePFile()
368 LSTRCPY(absolutePath, path); in PFileSystemMkdir()
396 LSTRCPY(path, PFileSystemCurrentDirectory); in PFileSystemGetcwd()
417 LSTRCPY(absolutePath, path); in PFileSystemChdir()
433 LSTRCPY(PFileSystemCurrentDirectory, absolutePath); in PFileSystemChdir()
455 LSTRCPY(clone, path); in PFileSystemGetParentDirectory()
465 LSTRCPY(path, L("../")); in PFileSystemGetParentDirectory()
478 LSTRCPY(path, clone); in PFileSystemGetParentDirectory()
493 LSTRCPY(path, clone); in PFileSystemGetParentDirectory()
505 LSTRCPY(path, L("../")); in PFileSystemGetParentDirectory()
526 LSTRCPY(path, clone); in PFileSystemGetParentDirectory()
531 LSTRCPY(path, L("")); in PFileSystemGetParentDirectory()
545 LSTRCPY(temp, path); in PFileSystemIsDirectoryPath()