VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/xpcom/io/SpecialSystemDirectory.h

最後變更 在這個檔案是 101963,由 vboxsync 提交於 13 月 前

libs/xpcom: Get rid of now unused PR_GetEnv/PR_SetEnv API, bugref:10545

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 2.9 KB
 
1/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2/* ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 *
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
9 *
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
13 * License.
14 *
15 * The Original Code is Mozilla Communicator client code, released
16 * March 31, 1998.
17 *
18 * The Initial Developer of the Original Code is
19 * Netscape Communications Corporation.
20 * Portions created by the Initial Developer are Copyright (C) 1998
21 * the Initial Developer. All Rights Reserved.
22 *
23 * Contributor(s):
24 * Doug Turner <[email protected]>
25 * IBM Corp.
26 *
27 * Alternatively, the contents of this file may be used under the terms of
28 * either of the GNU General Public License Version 2 or later (the "GPL"),
29 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30 * in which case the provisions of the GPL or the LGPL are applicable instead
31 * of those above. If you wish to allow use of your version of this file only
32 * under the terms of either the GPL or the LGPL, and not to allow others to
33 * use your version of this file under the terms of the MPL, indicate your
34 * decision by deleting the provisions above and replace them with the notice
35 * and other provisions required by the GPL or the LGPL. If you do not delete
36 * the provisions above, a recipient may use your version of this file under
37 * the terms of any one of the MPL, the GPL or the LGPL.
38 *
39 * ***** END LICENSE BLOCK ***** */
40
41#ifndef _SPECIALSYSTEMDIRECTORY_H_
42#define _SPECIALSYSTEMDIRECTORY_H_
43
44#include "nscore.h"
45#include "nsILocalFile.h"
46
47#if defined(XP_MAC) || defined(XP_MACOSX)
48# ifndef VBOX_WITH_NEWER_OSX_SDK
49# include <Types.h>
50# endif
51#include "nsILocalFileMac.h"
52#endif
53
54
55extern NS_COM void StartupSpecialSystemDirectory();
56extern NS_COM void ShutdownSpecialSystemDirectory();
57
58
59enum SystemDirectories {
60 OS_DriveDirectory = 1,
61 OS_TemporaryDirectory = 2,
62 OS_CurrentProcessDirectory= 3,
63 OS_CurrentWorkingDirectory= 4,
64 XPCOM_CurrentProcessComponentDirectory= 5,
65 XPCOM_CurrentProcessComponentRegistry= 6,
66
67 Moz_BinDirectory = 100 ,
68
69 Unix_LocalDirectory = 301,
70 Unix_LibDirectory = 302,
71 Unix_HomeDirectory = 303,
72};
73
74nsresult
75GetSpecialSystemDirectory(SystemDirectories aSystemSystemDirectory,
76 nsILocalFile** aFile);
77#if defined(XP_MACOSX)
78nsresult
79GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile);
80#endif
81
82#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette