Lines Matching refs:Join
28 sk_mkdir(SkOSPath::Join(gOutputDir, ext).c_str()); in setup_output_dirs()
42 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "jpg").c_str(), ""); in store_encoded_to_file()
47 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "png").c_str(), ""); in store_encoded_to_file()
52 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "gif").c_str(), ""); in store_encoded_to_file()
57 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "webp").c_str(), ""); in store_encoded_to_file()
62 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "bmp").c_str(), ""); in store_encoded_to_file()
67 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "wbmp").c_str(), ""); in store_encoded_to_file()
72 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "ico").c_str(), ""); in store_encoded_to_file()
77 path = SkOSPath::Join(SkOSPath::Join(gOutputDir, "dng").c_str(), ""); in store_encoded_to_file()
82 path = SkOSPath::Join(gOutputDir, "unknown"); in store_encoded_to_file()
87 path = SkOSPath::Join(gOutputDir, "unknown"); in store_encoded_to_file()
125 SkStream::NewFromFile(SkOSPath::Join(inputs, file.c_str()).c_str()); in main()