HomeSort by relevance Sort by last modified time
    Searched refs:socket_dir (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/tests/dbt2/
pgpool.conf 17 socket_dir = '/tmp'
  /external/libchrome/mojo/public/cpp/platform/
named_platform_channel_posix.cc 25 return options.socket_dir
89 base::FilePath socket_dir = base::FilePath(name).DirName(); local
90 if (!base::CreateDirectory(socket_dir)) {
91 LOG(ERROR) << "Couldn't create directory: " << socket_dir.value();
named_platform_channel.h 62 base::FilePath socket_dir; variable
  /external/openssh/
ssh-agent.c 140 char socket_dir[PATH_MAX]; variable
1161 if (socket_dir[0])
1162 rmdir(socket_dir);
    [all...]
  /external/libchrome/mojo/public/cpp/system/tests/
invitation_unittest.cc 88 &named_channel_options.socket_dir));
  /external/libchrome/mojo/core/
invitation_unittest.cc 317 &named_channel_options.socket_dir));
    [all...]

Completed in 294 milliseconds