/vbox/src/libs/xpcom18a4/xpcom/sample/ |
H A D | nsSampleModule.cpp | 76 nsIFile *aPath, 92 nsIFile *aPath, 75 nsSampleRegistrationProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info) argument 91 nsSampleUnregistrationProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info) argument
|
/vbox/src/VBox/Main/include/ |
H A D | HostVideoInputDeviceImpl.h | 51 virtual HRESULT getPath(com::Utf8Str &aPath) { aPath = m.path; return S_OK; } argument
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcModuleFactory.cpp | 57 nsIFile *aPath, 77 nsIFile *aPath, 107 nsIFile *aPath, 127 nsIFile *aPath, 106 ipcDConnectServiceRegisterProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info) argument 126 ipcDConnectServiceUnregisterProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info) argument
|
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/ |
H A D | IXPCOM.java | 116 * @param aPath A string which specifies a full file path to a 131 nsILocalFile newLocalFile(String aPath, boolean aFollowLinks) argument
|
H A D | Mozilla.java | 925 * @param aPath A string which specifies a full file path to a 942 public nsILocalFile newLocalFile(String aPath, boolean aFollowLinks) argument 945 return xpcom.newLocalFile(aPath, aFollowLinks);
|
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/ |
H A D | XPCOMImpl.java | 68 public native nsILocalFile newLocalFile(String aPath, boolean aFollowLinks); argument
|
/vbox/src/VBox/Main/src-server/ |
H A D | ParallelPortImpl.cpp | 336 HRESULT ParallelPort::getPath(com::Utf8Str &aPath) argument 339 aPath = m->bd->strPath; 344 HRESULT ParallelPort::setPath(const com::Utf8Str &aPath) argument 352 if (aPath != m->bd->strPath) 354 HRESULT rc = i_checkSetPath(aPath); 358 m->bd->strPath = aPath;
|
H A D | SerialPortImpl.cpp | 391 HRESULT SerialPort::getPath(com::Utf8Str &aPath) argument 395 aPath = m->bd->strPath; 401 HRESULT SerialPort::setPath(const com::Utf8Str &aPath) argument 409 if (aPath != m->bd->strPath) 411 HRESULT rc = i_checkSetPath(aPath); 415 m->bd->strPath = aPath;
|
H A D | VFSExplorerImpl.cpp | 130 HRESULT VFSExplorer::getPath(com::Utf8Str &aPath) argument 134 aPath = m->strPath;
|
H A D | SystemPropertiesImpl.cpp | 1152 * @param aPath 1215 HRESULT SystemProperties::i_setVRDEAuthLibrary(const com::Utf8Str &aPath) argument 1217 if (!aPath.isEmpty()) 1218 m->strVRDEAuthLibrary = aPath; 1225 HRESULT SystemProperties::i_setWebServiceAuthLibrary(const com::Utf8Str &aPath) argument 1227 if (!aPath.isEmpty()) 1228 m->strWebServiceAuthLibrary = aPath; 1242 HRESULT SystemProperties::i_setAutostartDatabasePath(const com::Utf8Str &aPath) argument 1247 if (!aPath.isEmpty()) 1250 int vrc = autostartDb->setAutostartDbPath(aPath 1272 i_setDefaultAdditionsISO(const com::Utf8Str &aPath) argument [all...] |
H A D | ApplianceImpl.cpp | 448 HRESULT Appliance::getPath(com::Utf8Str &aPath) argument 455 aPath = m->locInfo.strPath; 1152 void Appliance::i_parseBucket(Utf8Str &aPath, Utf8Str &aBucket) argument 1155 if (!aPath.startsWith("/")) 1157 tr("The path '%s' must start with /"), aPath.c_str()); 1158 size_t bpos = aPath.find("/", 1); 1161 aBucket = aPath.substr(1, bpos - 1); /* The bucket without any slashes */ 1162 aPath = aPath.substr(bpos); /* The rest of the file path */ 1167 tr("You doesn't provide a bucket name in the URI '%s'"), aPath [all...] |
H A D | ApplianceImplExport.cpp | 608 const com::Utf8Str &aPath, 650 if (!( aPath.endsWith(".ovf", Utf8Str::CaseInsensitive) 651 || aPath.endsWith(".ova", Utf8Str::CaseInsensitive))) 687 i_parseURI(aPath, m->locInfo); 606 write(const com::Utf8Str &aFormat, const std::vector<ExportOptions_T> &aOptions, const com::Utf8Str &aPath, ComPtr<IProgress> &aProgress) argument
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaInterfaces.cpp | 284 XPCOM_NATIVE(newLocalFile) (JNIEnv *env, jobject, jstring aPath, argument 289 if (aPath) { 290 buf = env->GetStringChars(aPath, nsnull); 296 env->ReleaseStringChars(aPath, buf);
|
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyGModule.cpp | 106 nsIFile* aPath, 111 NS_PRECONDITION(aPath, "null pointer"); 114 PyObject *path = PyObject_FromNSInterface(aPath, NS_GET_IID(nsIFile)); 124 nsIFile* aPath, 128 NS_PRECONDITION(aPath, "null pointer"); 131 PyObject *path = PyObject_FromNSInterface(aPath, NS_GET_IID(nsIFile)); 105 RegisterSelf(nsIComponentManager *aCompMgr, nsIFile* aPath, const char* registryLocation, const char* componentType) argument 123 UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* registryLocation) argument
|
/vbox/src/VBox/Main/src-client/ |
H A D | EmulatedUSBImpl.cpp | 95 const com::Utf8Str *aPath, 185 const com::Utf8Str *aPath, 195 hrc = mPath.assignEx(*aPath); 441 HRESULT EmulatedUSB::webcamAttach(const com::Utf8Str &aPath, argument 444 return i_webcamAttachInternal(aPath, aSettings, "HostWebcam", NULL); 447 HRESULT EmulatedUSB::i_webcamAttachInternal(const com::Utf8Str &aPath, argument 454 const Utf8Str &path = aPath.isEmpty() || aPath == "."? s_pathDefault: aPath; 524 HRESULT EmulatedUSB::webcamDetach(const com::Utf8Str &aPath) argument 183 Initialize(Console *pConsole, EmulatedUSB *pEmulatedUSB, const com::Utf8Str *aPath, const com::Utf8Str *aSettings, void *pvObject) argument 529 i_webcamDetachInternal(const com::Utf8Str &aPath) argument [all...] |
H A D | GuestSessionImpl.cpp | 2514 HRESULT GuestSession::directoryCreate(const com::Utf8Str &aPath, ULONG aMode, argument 2522 if (RT_UNLIKELY((aPath.c_str()) == NULL || *(aPath.c_str()) == '\0')) 2539 int rc = i_directoryCreateInternal(aPath, (uint32_t)aMode, fFlags, &guestRc); 2567 HRESULT GuestSession::directoryCreateTemp(const com::Utf8Str &aTemplateName, ULONG aMode, const com::Utf8Str &aPath, argument 2577 if (RT_UNLIKELY((aPath.c_str()) == NULL || *(aPath.c_str()) == '\0')) 2584 aPath, 2596 aPath.c_str(), aTemplateName.c_str(), rc); 2605 HRESULT GuestSession::directoryExists(const com::Utf8Str &aPath, BOO argument 2640 directoryOpen(const com::Utf8Str &aPath, const com::Utf8Str &aFilter, const std::vector<DirectoryOpenFlag_T> &aFlags, ComPtr<IGuestDirectory> &aDirectory) argument 2701 directoryQueryInfo(const com::Utf8Str &aPath, ComPtr<IGuestFsObjInfo> &aInfo) argument 2756 directoryRemove(const com::Utf8Str &aPath) argument 2799 directoryRemoveRecursive(const com::Utf8Str &aPath, const std::vector<DirectoryRemoveRecFlag_T> &aFlags, ComPtr<IProgress> &aProgress) argument 2913 directorySetACL(const com::Utf8Str &aPath, const com::Utf8Str &aAcl) argument 2995 fileCreateTemp(const com::Utf8Str &aTemplateName, ULONG aMode, const com::Utf8Str &aPath, BOOL aSecure, ComPtr<IGuestFile> &aFile) argument 3008 fileExists(const com::Utf8Str &aPath, BOOL *aExists) argument 3048 fileRemove(const com::Utf8Str &aPath) argument 3081 fileOpen(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, ULONG aCreationMode, ComPtr<IGuestFile> &aFile) argument 3096 fileOpenEx(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, const com::Utf8Str &aSharingMode, ULONG aCreationMode, LONG64 aOffset, ComPtr<IGuestFile> &aFile) argument 3166 fileQueryInfo(const com::Utf8Str &aPath, ComPtr<IGuestFsObjInfo> &aInfo) argument 3217 fileQuerySize(const com::Utf8Str &aPath, LONG64 *aSize) argument 3482 symlinkRemoveDirectory(const com::Utf8Str &aPath) argument [all...] |
/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsGenericFactory.cpp | 398 nsIFile* aPath, 417 aPath, 431 rv = cp->mRegisterSelfProc(aCompMgr, aPath, registryLocation, 454 loader->AddDependentLibrary(aPath, 468 nsIFile* aPath, 479 cp->mUnregisterSelfProc(aCompMgr, aPath, registryLocation, cp); 486 rv = registrar->UnregisterFactoryLocation(cp->mCID, aPath); 397 RegisterSelf(nsIComponentManager *aCompMgr, nsIFile* aPath, const char* registryLocation, const char* componentType) argument 467 UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* registryLocation) argument
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsSpecialSystemDirectory.cpp | 185 static char* MakeUpperCase(char* aPath) argument 196 int length = strlen(aPath); 201 if (islower(aPath[i])) 202 aPath[i] = _toupper(aPath[i]); 207 if (IsDBCSLeadByte(aPath[i])) { 212 if ( islower(aPath[i])) 213 aPath[i] = _toupper(aPath[i]); 217 return aPath; [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | VBoxFilePathSelectorWidget.cpp | 232 void VBoxFilePathSelectorWidget::setPath (const QString &aPath, bool aRefreshText /* = true */) argument 234 mPath = aPath.isEmpty() ? QString::null : 235 QDir::toNativeSeparators (aPath); 363 void VBoxFilePathSelectorWidget::onTextEdited (const QString &aPath) argument 365 changePath (aPath, false /* refresh text? */); 377 void VBoxFilePathSelectorWidget::changePath (const QString &aPath, argument 381 setPath (aPath, aRefreshText); 384 emit pathChanged (aPath); 661 void VBoxEmptyFileSelector::setPath (const QString& aPath) argument 663 QString tmpPath = QDir::toNativeSeparators (aPath); 764 textChanged(const QString& aPath) argument [all...] |
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfoManager.cpp | 197 AppendFromDirServiceList(const char* codename, nsISupportsArray* aPath) argument 200 NS_ASSERTION(aPath,"loser!"); 218 if(!dir || !aPath->AppendElement(dir)) 226 PRBool xptiInterfaceInfoManager::BuildFileSearchPath(nsISupportsArray** aPath) argument 275 NS_ADDREF(*aPath = searchPath);
|
/vbox/src/VBox/Main/src-all/ |
H A D | ExtPackManagerImpl.cpp | 1989 HRESULT ExtPackManager::openExtPackFile(const com::Utf8Str &aPath, ComPtr<IExtPackFile> &aFile) argument 1999 size_t offSha256 = aPath.find("::SHA-256="); 2001 strTarball = aPath; 2004 strTarball = aPath.substr(0, offSha256); 2005 strDigest = aPath.substr(offSha256 + sizeof("::SHA-256=") - 1);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOSX.cpp | 953 NS_IMETHODIMP nsLocalFile::GetPath(nsAString& aPath) argument 959 CopyUTF8toUTF16NFC(nativeString, aPath);
|