Searched refs:PFileSystemCurrentDirectory (Results 1 - 3 of 3) sorted by relevance

/external/srec/portable/include/
H A DPFileSystemImpl.h52 PORTABLE_API LCHAR PFileSystemCurrentDirectory[P_PATH_MAX]; variable
/external/srec/portable/src/
H A DPFileSystemImpl.c50 LCHAR PFileSystemCurrentDirectory[P_PATH_MAX] = L("/"); variable
H A DPFileSystem.c44 extern LCHAR PFileSystemCurrentDirectory[P_PATH_MAX];
389 if (LSTRLEN(PFileSystemCurrentDirectory) + 1 > *len)
392 *len = LSTRLEN(PFileSystemCurrentDirectory) + 1;
396 LSTRCPY(path, PFileSystemCurrentDirectory);
433 LSTRCPY(PFileSystemCurrentDirectory, absolutePath);

Completed in 206 milliseconds