Home
last modified time | relevance | path

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

/external/srec/portable/include/
DPFileSystem.h220 PORTABLE_API ESR_ReturnCode PFileSystemLinearToPathTokens(const LCHAR* path, LCHAR*** tokenArray, s…
/external/srec/portable/src/
DPFileSystem.c64 ESR_ReturnCode PFileSystemLinearToPathTokens(const LCHAR* path, LCHAR*** tokenArray, size_t* count) in PFileSystemLinearToPathTokens() function
207 CHKLOG(rc, PFileSystemLinearToPathTokens(path, &tokens, &tokenLen)); in PFileSystemGetAbsolutePath()