HomeSort by relevance Sort by last modified time
    Searched full:image_sources_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
convert_svg_images_to_png.py 58 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"
optimize_png_images.py 51 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/
PRESUBMIT.py 71 image_sources_path = input_api.os_path.join(input_api.PresubmitLocalPath(), "front_end", "Images", "src")
73 hashes_file_path = image_sources_path + "/" + hashes_file_name
96 image_sources_path = input_api.os_path.join(input_api.PresubmitLocalPath(), "front_end", "Images", "src")
98 hashes_file_path = image_sources_path + "/" + hashes_file_name

Completed in 251 milliseconds