Go to the source code of this file.
|
| Cu | import ("resource://gre/modules/XPCOMUtils.jsm") |
| |
| function | DirectoryImportJob (aInputArray, aTypeSniffer, aMetadataScanner, aTargetMediaList, aTargetIndex, aImportService) |
| |
|
| const | Cc = Components.classes |
| |
| const | Ci = Components.interfaces |
| |
| const | Cr = Components.results |
| |
| const | Ce = Components.Exception |
| |
| const | Cu = Components.utils |
| |
| const | LOG = DebugUtils.generateLogFunction("sbDirectoryImportJob") |
| |
| var | gCounter = 0 |
| |
| function DirectoryImportJob |
( |
|
aInputArray, |
|
|
|
aTypeSniffer, |
|
|
|
aMetadataScanner, |
|
|
|
aTargetMediaList, |
|
|
|
aTargetIndex, |
|
|
|
aImportService |
|
) |
| |
| Cu import |
( |
"resource://gre/modules/XPCOMUtils.jsm" |
| ) |
|
| const Cc = Components.classes |
| const Ce = Components.Exception |
| const Cr = Components.results |
| const Cu = Components.utils |
| const LOG = DebugUtils.generateLogFunction("sbDirectoryImportJob") |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbDirectoryImportJob:5
Definition at line 45 of file sbDirectoryImportService.js.