OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetApplicationName
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
pathutils.h
119
inline void
GetApplicationName
(std::string* application) {
120
Filesystem::
GetApplicationName
(application);
137
Filesystem::
GetApplicationName
(&application_name);
fileutils.h
254
void
GetApplicationName
(std::string* application) {
402
static void
GetApplicationName
(std::string* application) {
403
EnsureDefaultFilesystem()->
GetApplicationName
(application);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h
398
virtual HRESULT WINAPI
GetApplicationName
(LPWSTR *ppwszApplicationName) = 0;
446
HRESULT (WINAPI *
GetApplicationName
)(ITask *This,LPWSTR *ppwszApplicationName);
496
#define ITask_GetApplicationName(This,ppwszApplicationName) (This)->lpVtbl->
GetApplicationName
(This,ppwszApplicationName)
[
all
...]
/external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc
20
#include "webrtc/base/fileutils.h" // for
GetApplicationName
()
[
all
...]
Completed in 163 milliseconds