OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNativeLibraryName
(Results
1 - 10
of
10
) sorted by null
/external/chromium/base/memory/
scoped_native_library_unittest.cc
25
FilePath path(base::
GetNativeLibraryName
(L"ddraw"));
/external/chromium_org/base/
scoped_native_library_unittest.cc
28
FilePath path(
GetNativeLibraryName
(L"ddraw"));
native_library_posix.cc
49
string16
GetNativeLibraryName
(const string16& name) {
native_library.h
87
BASE_EXPORT string16
GetNativeLibraryName
(const string16& name);
native_library_win.cc
69
string16
GetNativeLibraryName
(const string16& name) {
/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
...]
/external/chromium_org/remoting/host/win/
launch_process_with_token.cc
61
base::FilePath winsta_path(base::
GetNativeLibraryName
(UTF8ToUTF16("winsta")));
Completed in 2972 milliseconds