OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFileSystemLinearToPathTokens
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
PFileSystem.h
220
PORTABLE_API ESR_ReturnCode
PFileSystemLinearToPathTokens
(const LCHAR* path, LCHAR*** tokenArray, size_t* count);
/external/srec/portable/src/
PFileSystem.c
64
ESR_ReturnCode
PFileSystemLinearToPathTokens
(const LCHAR* path, LCHAR*** tokenArray, size_t* count)
207
CHKLOG(rc,
PFileSystemLinearToPathTokens
(path, &tokens, &tokenLen));
Completed in 59 milliseconds