OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:images_path
(Results
1 - 2
of
2
) sorted by null
/build/tools/releasetools/
img_from_target_files
78
images_path
= os.path.join(OPTIONS.input_tmp, "IMAGES")
79
if os.path.exists(
images_path
):
82
images = os.listdir(
images_path
)
90
output_zip, os.path.join(
images_path
, image), image)
img_from_target_files.py
78
images_path
= os.path.join(OPTIONS.input_tmp, "IMAGES")
79
if os.path.exists(
images_path
):
82
images = os.listdir(
images_path
)
90
output_zip, os.path.join(
images_path
, image), image)
Completed in 71 milliseconds