Go to the source code of this file.
Functions | |
| Components utils | import ("resource://app/jsmodules/sbProperties.jsm") |
| Some globally useful stuff for the local database library tests. More... | |
| function | getPlatform () |
| function | getCopyOfFolder (folder, tempName) |
| function | getCopyOfFile (file, tempName, optionalLocation) |
| function | getTempFolder () |
| function | removeTempFolder () |
Variables | |
| var | gTempFolder = null |
| function getCopyOfFile | ( | file, | |
| tempName, | |||
| optionalLocation | |||
| ) |
Copy the given folder to tempName, returning an nsIFile for the new location
Definition at line 75 of file head_clipboardhelper.js.
| function getCopyOfFolder | ( | folder, | |
| tempName | |||
| ) |
Copy the given folder to tempName, returning an nsIFile for the new location
Definition at line 60 of file head_clipboardhelper.js.
| function getPlatform | ( | ) |
Definition at line 33 of file head_clipboardhelper.js.
| function getTempFolder | ( | ) |
| Components utils import | ( | "resource://app/jsmodules/sbProperties.jsm" | ) |
Some globally useful stuff for the local database library tests.
| function removeTempFolder | ( | ) |
Get rid of the temp folder created by getTempFolder. Called in tail_metadatamanager.js
Definition at line 107 of file head_clipboardhelper.js.
| var gTempFolder = null |
Get a temporary folder for use in clipboard tests. Will be removed in tail_clipboardhelper.js
Definition at line 89 of file head_clipboardhelper.js.