Home | History | Annotate | Download | only in cros

Lines Matching full:filepath

24   virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path);
26 bool BurnImage(const FilePath& from_path, const FilePath& to_path);
50 void BurnImage(const FilePath& from_path, const FilePath& to_path);
84 bool BurnLibraryImpl::DoBurn(const FilePath& from_path,
85 const FilePath& to_path) {
95 bool BurnLibraryImpl::BurnImage(const FilePath& from_path,
96 const FilePath& to_path) {
150 void BurnLibraryTaskProxy::BurnImage(const FilePath& from_path,
151 const FilePath& to_path) {
170 virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path) {