Home
last modified time | relevance | path

Searched refs:PFileSystemCanonicalSlashes (Results 1 – 4 of 4) sorted by relevance

/external/srec/portable/src/
DPFileSystem.c46 PORTABLE_API ESR_ReturnCode PFileSystemCanonicalSlashes(LCHAR* path) in PFileSystemCanonicalSlashes() function
81 CHKLOG(rc, PFileSystemCanonicalSlashes(linear)); in PFileSystemLinearToPathTokens()
168 CHKLOG(rc, PFileSystemCanonicalSlashes(canonical)); in PFileSystemIsAbsolutePath()
205 CHKLOG(rc, PFileSystemCanonicalSlashes(path)); in PFileSystemGetAbsolutePath()
547 CHKLOG(rc, PFileSystemCanonicalSlashes(temp)); in PFileSystemIsDirectoryPath()
DPANSIFileSystemImpl.c129 CHKLOG(rc, PFileSystemCanonicalSlashes(key)); in PANSIFileSystemAddPathImpl()
153 CHKLOG(rc, PFileSystemCanonicalSlashes(value)); in PANSIFileSystemAddPathImpl()
196 CHKLOG(rc, PFileSystemCanonicalSlashes(path)); in PANSIFileSystemRemovePathImpl()
/external/srec/portable/include/
DPFileSystem.h166 PORTABLE_API ESR_ReturnCode PFileSystemCanonicalSlashes(LCHAR* path);
/external/srec/portable/src/UNIX/
DPANSIFileSystemUNIXImpl.c44 CHKLOG(rc, PFileSystemCanonicalSlashes(path)); in PANSIFileSystemGetVirtualPathImpl()