Searched defs:nsFileSpec (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.h62 // nsFilePath, nsFileURL, nsFileSpec, nsPersistentFileDescriptor
66 // A. Use nsFileSpec. Using char* will lose information on some platforms.
72 // A. Use nsPersistentFileDescriptor. Convert to and from nsFileSpec at run time.
91 // nsOutputFileStream testStream(nsFileSpec(myPath));
111 // nsFileSpec fileSpec(fileURL);
209 class nsFileSpec; // Preferred. For i/o use nsInputFileStream, nsOutputFileStream
242 // An envelope for char*: reference counted. Used internally by all the nsFileSpec
314 class NS_COM_OBSOLETE nsFileSpec class
316 // because the other two types have an embedded nsFileSpec object.
320 nsFileSpec();
[all...]
H A DnsFileSpec.cpp38 #include "nsFileSpec.h"
450 nsFileSpec spec;
588 nsFileURL::nsFileURL(const nsFileSpec& inOther)
671 void nsFileURL::operator = (const nsFileSpec& inOther)
760 nsFilePath::nsFilePath(const nsFileSpec& inOther)
775 void nsFilePath::operator = (const nsFileSpec& inOther)
855 // nsFileSpec implementation
860 nsFileSpec::nsFileSpec() function in class:nsFileSpec
864 // NS_ASSERTION(0, "nsFileSpec i
885 nsFileSpec::nsFileSpec(const nsPersistentFileDescriptor& inDescriptor) function in class:nsFileSpec
892 nsFileSpec::nsFileSpec(const nsFileURL& inURL) function in class:nsFileSpec
995 nsFileSpec::nsFileSpec(const nsFilePath& inPath) function in class:nsFileSpec
1014 nsFileSpec::nsFileSpec(const nsFileSpec& inSpec) function in class:nsFileSpec
1023 nsFileSpec::nsFileSpec(const char* inString, PRBool inCreateDirs) function in class:nsFileSpec
1034 nsFileSpec::nsFileSpec(const nsString& inString, PRBool inCreateDirs) function in class:nsFileSpec
[all...]
H A DnsFileSpecOS2.cpp24 * replaced nsFileSpec::Execute implementation with system() call
210 nsFileSpec::nsFileSpec(const nsFilePath& inPath) function in class:nsFileSpec
213 // NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
218 void nsFileSpec::operator = (const nsFilePath& inPath)
224 } // nsFileSpec::operator =
227 nsFilePath::nsFilePath(const nsFileSpec& inSpec)
234 void nsFilePath::operator = (const nsFileSpec& inSpec)
242 void nsFileSpec::SetLeafName(const char* inLeafName)
247 } // nsFileSpec
[all...]
H A DnsFileSpecWin.cpp38 // This file is included by nsFileSpec.cp, and includes the Windows-specific
178 nsFileSpec::nsFileSpec(const nsFilePath& inPath) function in class:nsFileSpec
181 // NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
186 void nsFileSpec::operator = (const nsFilePath& inPath)
192 } // nsFileSpec::operator =
195 nsFilePath::nsFilePath(const nsFileSpec& inSpec)
202 void nsFilePath::operator = (const nsFileSpec& inSpec)
210 void nsFileSpec::SetLeafName(const char* inLeafName)
215 } // nsFileSpec
[all...]
H A DnsFileSpecMac.cpp58 #include "nsFileSpec.h"
224 nsFileSpec dstDirSpec(sAliasHavenVRefNum, sAliasHavenDirID, "\p");
227 nsFileSpec havenSpec(sAliasHavenVRefNum, sAliasHavenDirID, "\pG'day");
561 // Macintosh nsFileSpec implementation
565 nsFileSpec::nsFileSpec() function in class:nsFileSpec
568 // NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
573 nsFileSpec::nsFileSpec(const FSSpec& inSpec, PRBool resolveAlias) function in class:nsFileSpec
578 // NS_ASSERTION(0, "nsFileSpec i
595 nsFileSpec::nsFileSpec(const nsFileSpec& inSpec) function in class:nsFileSpec
604 nsFileSpec::nsFileSpec(const char* inNativePathString, PRBool inCreateDirs) function in class:nsFileSpec
621 nsFileSpec::nsFileSpec(const nsString& inNativePathString, PRBool inCreateDirs) function in class:nsFileSpec
637 nsFileSpec::nsFileSpec(short vRefNum, long parID, ConstStr255Param fileName, PRBool resolveAlias) function in class:nsFileSpec
653 nsFileSpec::nsFileSpec(const nsFilePath& inPath) function in class:nsFileSpec
[all...]

Completed in 55 milliseconds