Lines Matching refs:string
26 int TestCompile(std::string path, std::string outDir, bool legacy, StdErrDiagnostics& diag) {
41 const std::string kResDir = android::base::Dirname(android::base::GetExecutablePath())
45 const std::string path0 = kResDir + "/values/values.xml";
46 const std::string path0_out = kResDir + "/values_values.arsc.flat";
54 const std::string path1 = kResDir + "/drawable/image.png";
55 const std::string path1_out = kResDir + "/drawable_image.png.flat";
62 const std::string path2 = kResDir + "/drawable/image.9.png";
63 const std::string path2_out = kResDir + "/drawable_image.9.png.flat";
71 const std::string path3 = kResDir + "/values/values.all.xml";
72 const std::string path3_out = kResDir + "/values_values.all.arsc.flat";
79 const std::string path4 = kResDir + "/drawable/image.small.png";
80 const std::string path4_out = (kResDir + std::string("/drawable_image.small.png.flat")).c_str();
87 const std::string path5 = kResDir + "/drawable/image.small.9.png";
88 const std::string path5_out = (kResDir + std::string("/drawable_image.small.9.png.flat")).c_str();