HomeSort by relevance Sort by last modified time
    Searched defs:pipe_path_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 75 base::FilePath pipe_path_; member in class:remoting::AudioPipeReader
audio_pipe_reader_unittest.cc 30 pipe_path_ = test_dir_.path().AppendASCII("test_pipe");
35 pipe_path_);
50 ASSERT_EQ(0, mkfifo(pipe_path_.value().c_str(), 0600));
52 pipe_path_, base::File::FLAG_OPEN | base::File::FLAG_WRITE));
58 ASSERT_EQ(0, unlink(pipe_path_.value().c_str()));
78 base::FilePath pipe_path_; member in class:remoting::AudioPipeReaderTest

Completed in 3434 milliseconds