HomeSort by relevance Sort by last modified time
    Searched refs:PFileSystem (Results 1 - 8 of 8) sorted by null

  /external/srec/portable/include/
PFileSystemImpl.h 27 #include "PFileSystem.h"
38 PFileSystem super;
45 * [file path, PFileSystem*] mapping.
57 PORTABLE_API ESR_ReturnCode PFileSystemDestroyImpl(PFileSystem* self);
81 PORTABLE_API ESR_ReturnCode PFileSystemAddPathImpl(PFileSystem* self, const LCHAR* basePath);
86 * @param self PFileSystem handle
90 PORTABLE_API ESR_ReturnCode PFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* basePath);
102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
PANSIFileSystemImpl.h 51 PORTABLE_API PFileSystem* PANSIFileSystemSingleton;
56 PORTABLE_API ESR_ReturnCode PANSIFileSystemDestroyImpl(PFileSystem* self);
61 PORTABLE_API ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ESR_BOOL littleEndian, PFile** file);
66 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
71 PORTABLE_API ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath);
76 PORTABLE_API ESR_ReturnCode PANSIFileSystemMkdirImpl(PFileSystem* self, const LCHAR* path);
81 PORTABLE_API ESR_ReturnCode PANSIFileSystemChdirImpl(PFileSystem* self, const LCHAR* path);
86 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* cwd, size_t* len);
91 * @param self PFileSystem handle
96 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetRealPathImpl(PFileSystem* self, LCHAR* path, size_t* len)
    [all...]
PANSIFileSystem.h 27 #include "PFileSystem.h"
52 PFileSystem super;
60 * @param self PFileSystem handle
61 * @param virtualPath PFileSystem path
66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
71 * @param self PFileSystem handle
72 * @param virtualPath PFileSystem path
75 ESR_ReturnCode(*removePath)(PFileSystem* self, const LCHAR* virtualPath);
81 * @param self PFileSystem handle
88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len)
    [all...]
PFileSystem.h 2 * PFileSystem.h *
31 * @addtogroup PFileSystemModule PFileSystem API functions
62 * Destroys the PFileSystem.
64 * @param self PFileSystem handle
72 * @param self PFileSystem handle
82 * @param self PFileSystem handle
92 * @param self PFileSystem handle
98 PFileSystem;
  /external/srec/portable/src/
PANSIFileSystem.c 24 extern PFileSystem* PANSIFileSystemSingleton;
PANSIFileSystemImpl.c 28 //extern PFileSystem* PANSIFileSystemSingleton;
29 PFileSystem* PANSIFileSystemSingleton = (PFileSystem*)NULL;
40 * [file path, PFileSystem*] mapping.
70 ESR_ReturnCode PANSIFileSystemDestroyImpl(PFileSystem* self)
101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath)
179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath)
210 ESR_ReturnCode PANSIFileSystemGetRealPathImpl(PFileSystem* self, LCHAR* path, size_t* len)
270 ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ESR_BOOL littleEndian, PFile** file)
346 PFileSystem* value
    [all...]
PFileSystem.c 2 * PFileSystem.c *
22 #include "PFileSystem.h"
32 * Indicates if PFileSystem is initialized.
37 * [file path, PFileSystem*] mapping.
273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath)
278 PFileSystem* value;
280 PFileSystem* bestValue = NULL;
328 PFileSystem* fileSystem;
359 PFileSystem* fileSystem;
408 PFileSystem* fileSystem
    [all...]
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 31 ESR_ReturnCode PANSIFileSystemGetVirtualPathImpl(PFileSystem* self, LCHAR* path, size_t* len)
91 ESR_ReturnCode PANSIFileSystemMkdirImpl(PFileSystem* self, const LCHAR* path)
120 ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* path, size_t* len)
150 ESR_ReturnCode PANSIFileSystemChdirImpl(PFileSystem* self, const LCHAR* path)

Completed in 177 milliseconds