OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNativeLibraryName
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/memory/
scoped_native_library_unittest.cc
25
FilePath path(base::
GetNativeLibraryName
(L"ddraw"));
/external/chromium/base/
native_library_linux.cc
49
string16
GetNativeLibraryName
(const string16& name) {
native_library.h
82
BASE_API string16
GetNativeLibraryName
(const string16& name);
native_library_win.cc
69
string16
GetNativeLibraryName
(const string16& name) {
/external/chromium/chrome/browser/
aeropeek_manager.cc
167
FilePath dwmapi_path(base::
GetNativeLibraryName
(L"dwmapi"));
189
FilePath dwmapi_path(base::
GetNativeLibraryName
(L"dwmapi"));
207
FilePath dwmapi_path(base::
GetNativeLibraryName
(L"dwmapi"));
[
all
...]
Completed in 166 milliseconds