OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:images_path
(Results
1 - 3
of
3
) sorted by null
/build/make/tools/releasetools/
img_from_target_files
79
images_path
= os.path.join(OPTIONS.input_tmp, "IMAGES")
81
assert os.path.exists(
images_path
)
82
for image in sorted(os.listdir(
images_path
)):
89
common.ZipWrite(output_zip, os.path.join(
images_path
, image), image)
img_from_target_files.py
79
images_path
= os.path.join(OPTIONS.input_tmp, "IMAGES")
81
assert os.path.exists(
images_path
)
82
for image in sorted(os.listdir(
images_path
)):
89
common.ZipWrite(output_zip, os.path.join(
images_path
, image), image)
test_add_img_to_target_files.py
53
images_path
= os.path.join(OPTIONS.input_tmp, 'IMAGES')
54
if not os.path.exists(
images_path
):
55
os.mkdir(
images_path
)
56
return images,
images_path
60
images,
images_path
= self._create_images(['aboot', 'xbl'], 'IMAGES')
65
os.path.exists(os.path.join(
images_path
, image + '.img')))
69
images,
images_path
= self._create_images(['aboot', 'xbl'], 'RADIO')
74
os.path.exists(os.path.join(
images_path
, image + '.img')))
103
images_path
= os.path.join(OPTIONS.input_tmp, 'IMAGES')
104
os.mkdir(
images_path
)
[
all
...]
Completed in 52 milliseconds