Home
last modified time | relevance | path

Searched refs:storageType (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py368 def __init__( self, storageType, sfa, uriHelper, scriptContext ): argument
369 self.storageType = storageType
1103 def mapStorageType2PackageContext( storageType ): argument
1104 ret = storageType
1105 if( storageType == "share:uno_packages" ):
1107 if( storageType == "user:uno_packages" ):
1111 def getPackageName2PathMap( sfa, storageType ): argument
1116 mapStorageType2PackageContext(storageType))
1270 storageType = ""
1273 storageType = args[0]
[all …]