OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postinstall_config
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/scripts/
brillo_update_payload
445
local
postinstall_config
=$(create_tempfile "
postinstall_config
.XXXXXX")
446
CLEANUP_FILES+=("${
postinstall_config
}")
447
if unzip -p "${image}" "META/
postinstall_config
.txt" \
448
>"${
postinstall_config
}"; then
449
POSTINSTALL_CONFIG_FILE="${
postinstall_config
}"
/build/make/core/
Makefile
[
all
...]
Completed in 200 milliseconds