Searched defs:pipe_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/
H A Dservice_process_util_linux.cc57 std::string pipe_path = temp_dir.Append(pipe_name).value(); local
58 return pipe_path;
/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.cc45 const base::FilePath& pipe_path) {
50 new AudioPipeReader(task_runner, pipe_path);
58 const base::FilePath& pipe_path)
60 pipe_path_(pipe_path),
43 Create( scoped_refptr<base::SingleThreadTaskRunner> task_runner, const base::FilePath& pipe_path) argument
56 AudioPipeReader( scoped_refptr<base::SingleThreadTaskRunner> task_runner, const base::FilePath& pipe_path) argument

Completed in 107 milliseconds