OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tgt_fn
(Results
1 - 3
of
3
) sorted by null
/build/tools/releasetools/
blockimgdiff.py
851
for
tgt_fn
, tgt_ranges in self.tgt.file_map.items():
852
if
tgt_fn
== "__ZERO":
857
Transfer(
tgt_fn
, "__ZERO", tgt_ranges, src_ranges,
861
elif
tgt_fn
== "__COPY":
864
Transfer(
tgt_fn
, None, tgt_ranges, empty, "new", self.transfers)
867
elif
tgt_fn
in self.src.file_map:
869
Transfer(
tgt_fn
,
tgt_fn
, tgt_ranges, self.src.file_map[
tgt_fn
],
873
b = os.path.basename(
tgt_fn
)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure
505
local
tgt_fn
="$tgt-$toolchain.mk"
509
write_common_target_config_mk $
tgt_fn
${BUILD_PFX}vpx_config.h
/external/libvpx/libvpx/
configure
523
tgt_fn
="$tgt-$toolchain.mk"
527
write_common_target_config_mk $
tgt_fn
${BUILD_PFX}vpx_config.h
Completed in 74 milliseconds