OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSSearchPathDirectory
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/mac/
foundation_util.h
25
typedef unsigned long
NSSearchPathDirectory
;
28
typedef unsigned int
NSSearchPathDirectory
;
70
bool GetSearchPathDirectory(
NSSearchPathDirectory
directory,
77
bool GetLocalDirectory(
NSSearchPathDirectory
directory, FilePath* result);
82
bool GetUserDirectory(
NSSearchPathDirectory
directory, FilePath* result);
/external/chromium_org/base/mac/
foundation_util.h
47
typedef CR_FORWARD_ENUM(unsigned long,
NSSearchPathDirectory
);
50
typedef CR_FORWARD_ENUM(unsigned int,
NSSearchPathDirectory
);
87
BASE_EXPORT bool GetSearchPathDirectory(
NSSearchPathDirectory
directory,
94
BASE_EXPORT bool GetLocalDirectory(
NSSearchPathDirectory
directory,
100
BASE_EXPORT bool GetUserDirectory(
NSSearchPathDirectory
directory,
Completed in 887 milliseconds