Home | History | Annotate | Download | only in base

Lines Matching refs:Pathname

148     rtc::Pathname temp_path;
156 *filename = temp_path.pathname();
163 rtc::Filesystem::OpenFile(rtc::Pathname(filename), "wb"));
177 rtc::Pathname pathname(filename);
178 if (rtc::Filesystem::IsFile(rtc::Pathname(pathname))) {
179 rtc::Filesystem::DeleteFile(pathname);
374 rtc::Pathname(voice_output_filename_), "rb"));
411 rtc::Pathname(voice_output_filename_), "rb"));
427 rtc::Pathname(voice_input_filename_), "rb"));