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

/external/avb/test/
H A Davb_unittest_util.h110 base::FilePath image_path = testdir_.Append(file_name); local
113 base::WriteFile(image_path,
116 return image_path;
120 std::string InfoImage(const base::FilePath& image_path) { argument
124 image_path.value().c_str(),

Completed in 97 milliseconds