Searched refs:image_sources_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dconvert_svg_images_to_png.py58 image_sources_path = images_path + "/src" variable
60 hashes_file_path = image_sources_path + "/" + hashes_file_name
62 file_names = os.listdir(image_sources_path)
63 svg_file_paths = [image_sources_path + "/" + file_name for file_name in file_names if file_name.endswith(".svg")]
70 svg_full_path = image_sources_path + "/" + svg_file_name + ".svg"
H A Doptimize_png_images.py51 image_sources_path = images_path + "/src" variable
53 hashes_file_path = image_sources_path + "/" + hashes_file_name
55 file_names = os.listdir(image_sources_path)
56 svg_file_paths = [image_sources_path + "/" + file_name for file_name in file_names if file_name.endswith(".svg")]
/external/chromium_org/third_party/WebKit/Source/devtools/
H A DPRESUBMIT.py79 image_sources_path = input_api.os_path.join(input_api.PresubmitLocalPath(), "front_end", "Images", "src")
81 hashes_file_path = image_sources_path + "/" + hashes_file_name
104 image_sources_path = input_api.os_path.join(input_api.PresubmitLocalPath(), "front_end", "Images", "src")
106 hashes_file_path = image_sources_path + "/" + hashes_file_name

Completed in 8743 milliseconds