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

/external/avb/test/
H A Davb_unittest_util.h112 base::FilePath image_path = testdir_.Append(file_name); local
115 base::WriteFile(image_path,
118 return image_path;
122 std::string InfoImage(const base::FilePath& image_path) { argument
126 image_path.value().c_str(),

Completed in 138 milliseconds