Searched defs:PRDir (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h133 typedef struct PRDir PRDir; typedef in typeref:struct:PRDir
1116 * RETURN: PRDir *
1117 * If the directory is sucessfully opened, a PRDir object is
1126 NSPR_API(PRDir*) PR_OpenDir(const char *name);
1140 * PRDir *dir
1141 * pointer to a PRDir object that designates an open directory
1166 NSPR_API(PRDirEntry*) PR_ReadDir(PRDir *dir, PRDirFlags flags);
1181 * PRDir *dir
1192 NSPR_API(PRStatus) PR_CloseDir(PRDir *di
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1758 struct PRDir { struct

Completed in 52 milliseconds