Home
last modified time | relevance | path

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

/external/srec/portable/include/
DPANSIFileSystemImpl.h86 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* cwd, size_t* len);
/external/srec/portable/src/UNIX/
DPANSIFileSystemUNIXImpl.c120 ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* path, size_t* len) in PANSIFileSystemGetcwdImpl() function
/external/srec/portable/src/
DPANSIFileSystemImpl.c59 impl->super.getcwd = &PANSIFileSystemGetcwdImpl; in PANSIFileSystemCreate()