OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removePath
(Results
1 - 3
of
3
) sorted by null
/external/srec/portable/src/
PANSIFileSystem.c
33
return ((PANSIFileSystem*) PANSIFileSystemSingleton)->
removePath
(PANSIFileSystemSingleton, virtualPath);
PANSIFileSystemImpl.c
58
impl->super.
removePath
= &PANSIFileSystemRemovePathImpl;
/external/srec/portable/include/
PANSIFileSystem.h
75
ESR_ReturnCode(*
removePath
)(PFileSystem* self, const LCHAR* virtualPath);
Completed in 130 milliseconds