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

  /external/chromium_org/chrome/common/
service_process_util_linux.cc 57 std::string pipe_path = temp_dir.Append(pipe_name).value(); local
58 return pipe_path;
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 46 const base::FilePath& pipe_path);
64 const base::FilePath& pipe_path);
audio_pipe_reader.cc 45 const base::FilePath& pipe_path) {
50 new AudioPipeReader(task_runner, pipe_path);
58 const base::FilePath& pipe_path)
60 pipe_path_(pipe_path),

Completed in 58 milliseconds