OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetOrganizationName
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
pathutils.h
110
inline void
SetOrganizationName
(const std::string& organization) {
111
Filesystem::
SetOrganizationName
(organization);
unittest_main.cc
89
rtc::Filesystem::
SetOrganizationName
("google");
fileutils.h
244
void
SetOrganizationName
(const std::string& organization) {
390
static void
SetOrganizationName
(const std::string& organization) {
391
EnsureDefaultFilesystem()->
SetOrganizationName
(organization);
Completed in 176 milliseconds