Home
last modified time | relevance | path

Searched refs:GetServiceProcessScopedVersionedName (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/
Dservice_process_util_win.cc27 GetServiceProcessScopedVersionedName("_service_ready")); in GetServiceProcessReadyEventName()
32 GetServiceProcessScopedVersionedName(kTerminateEventSuffix)); in GetServiceProcessTerminateEventName()
82 return GetServiceProcessScopedVersionedName("_service_ipc"); in GetServiceProcessChannel()
Dservice_process_util.h42 std::string GetServiceProcessScopedVersionedName(const std::string& append_str);
Dservice_process_util_linux.cc56 std::string pipe_name = GetServiceProcessScopedVersionedName("_service_ipc"); in GetServiceProcessChannel()
Dservice_process_util.cc123 std::string GetServiceProcessScopedVersionedName( in GetServiceProcessScopedVersionedName() function
Dservice_process_util_unittest.cc62 std::string scoped_name = GetServiceProcessScopedVersionedName(test_str); in TEST()