Home
last modified time | relevance | path

Searched refs:socket_dir (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel_posix.cc25 return options.socket_dir in GenerateRandomServerName()
89 base::FilePath socket_dir = base::FilePath(name).DirName(); in CreateServerEndpoint() local
90 if (!base::CreateDirectory(socket_dir)) { in CreateServerEndpoint()
91 LOG(ERROR) << "Couldn't create directory: " << socket_dir.value(); in CreateServerEndpoint()
Dnamed_platform_channel.h62 base::FilePath socket_dir; in COMPONENT_EXPORT() local
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc88 &named_channel_options.socket_dir));
/external/libchrome/mojo/core/
Dinvitation_unittest.cc317 &named_channel_options.socket_dir)); in LaunchChildTestClient()