/bootable/recovery/ |
adb_install.h | 22 int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file);
|
install.h | 31 const char* install_file, bool needs_mount);
|
adb_install.cpp | 74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) { 116 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false);
|
install.cpp | 268 install_package(const char* path, bool* wipe_cache, const char* install_file, 273 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')
|
/external/llvm/cmake/modules/ |
AddOCaml.cmake | 193 foreach( install_file ${install_files} ${install_shlibs} ) 194 get_filename_component(filename "${install_file}" NAME) 196 COMMAND "${CMAKE_COMMAND}" "-E" "copy" "${install_file}"
|
/external/selinux/libsemanage/src/ |
policy.h | 53 int (*install_file) (struct semanage_handle *, const char *); member in struct:semanage_policy_table
|
modules.c | 129 if (sh->funcs->install_file == NULL) { 142 return sh->funcs->install_file(sh, module_name);
|
direct_api.c | 103 .install_file = semanage_direct_install_file, [all...] |
/ndk/build/tools/ |
build-ndk-sysroot.sh | 146 install_file () function 154 (cd $1 && find . -type f | while read ff; do install_file $ff $2; done)
|