OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_file
(Results
1 - 6
of
6
) sorted by null
/bootable/recovery/
adb_install.h
22
int apply_from_adb(RecoveryUI* h, int* wipe_cache, const char*
install_file
);
install.h
31
const char*
install_file
);
adb_install.cpp
73
apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char*
install_file
) {
109
return install_package(ADB_SIDELOAD_FILENAME, wipe_cache,
install_file
);
install.cpp
230
install_package(const char* path, int* wipe_cache, const char*
install_file
)
232
FILE* install_log = fopen_path(
install_file
, "w");
/development/scripts/
compare-installed-size.py
43
def ParseFile(
install_file
, idx):
44
input_stream = open(
install_file
, 'r')
/ndk/build/tools/
build-ndk-sysroot.sh
147
install_file
()
function
155
(cd $1 && find . -type f | while read ff; do
install_file
$ff $2; done)
Completed in 120 milliseconds