Searched refs:remove (Results 1 – 25 of 47) sorted by relevance
12
/build/soong/scripts/ |
D | strip.sh | 45 --remove-build-id Remove the gnu build-id section in out-file 77 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${… 98 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${… 126 …"${CLANG_BIN}/llvm-strip" --remove-section=.note.gnu.build-id "${outfile}.tmp" -o "${outfile}.tmp.… 143 remove-build-id) remove_build_id=true ;;
|
/build/make/target/board/mainline_arm64/sepolicy/ |
D | file.te | 1 # TODO(b/143732851): remove this file when the mainline system image
|
D | file_contexts | 1 # TODO(b/143732851): remove this file when the mainline system image
|
/build/soong/provenance/tools/ |
D | gen_provenance_metadata_test.py | 121 os.remove(artifact_file) 122 os.remove(metadata_file)
|
/build/make/target/board/generic_arm64/sepolicy/ |
D | file.te | 1 # TODO(b/36764215): remove this file when the generic system image
|
D | file_contexts | 1 # TODO(b/36764215): remove this file when the generic system image
|
/build/make/tools/ |
D | check_identical_lib.sh | 23 --remove-build-id
|
/build/soong/bpf/ |
D | bpf.go | 47 Command: `$stripCmd --strip-unneeded --remove-section=.rel.BTF ` + 48 `--remove-section=.rel.BTF.ext --remove-section=.BTF.ext $in -o $out`,
|
/build/make/tools/releasetools/ |
D | build_image.py | 109 os.remove(unsparse_image_path) 131 os.remove(unsparse_image_path) 467 os.remove(unsparse_image) 521 os.remove(image_path) 544 os.remove(out_file) 588 os.remove(out_file)
|
D | apex_utils.py | 174 os.remove(path) 425 os.remove(original_apex_file) 594 os.remove(decompressed_file_path)
|
D | test_common.py | 468 os.remove(test_file_name) 469 os.remove(zip_file_name) 503 os.remove(zip_file_name) 551 os.remove(zip_file_name) 552 os.remove(test_file_name) 674 os.remove(zip_file_name) 719 os.remove(zip_file.name) 1892 remove = lines.index("remove system_ext") 1902 max_idx_move_partition_out_foo = max(remove, move_product_out, shrink)
|
D | edify_generator.py | 412 self.mounts.remove(mount_point)
|
/build/make/core/ |
D | host_java_library.mk | 96 $(remove-timestamps-from-package)
|
D | executable_internal.mk | 34 …$(LOCAL_MODULE) is statically linking libc to dynamic executable, please remove libc from static l…
|
D | app_prebuilt_internal.mk | 244 $(remove-unwanted-prebuilt-embedded-jni-libs)
|
/build/make/tools/zipalign/ |
D | ZipFile.h | 128 status_t remove(ZipEntry* pEntry);
|
/build/make/tools/releasetools/merge/ |
D | merge_builds.py | 76 os.remove(symlink_path)
|
D | merge_target_files.py | 241 os.remove(os.path.join(target_files_dir, 'IMAGES', partition_img)) 270 os.remove(os.path.join(vendor_target_files_dir, 'IMAGES', partition_img))
|
D | merge_dexopt.py | 323 os.remove(vendor_img)
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | FlattenConfig.java | 164 mStack.remove(filename); in forEachStatement() 357 mVariables.remove(varName); in flattenInheritsFrom()
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 …remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.p… method 19 …remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){… 29 …remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:… method 40 …remove()};if(this.elementIsWrapper){d(this.element);var e=this.element;e.parent().append(this.orig…
|
D | jquery-1.6.2.min.js | 16 …remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.heigh… 17 …remove:function(a){f.event.remove(this,N(a.origType,a.selector),a)}},beforeunload:{setup:function(… method
|
/build/bazel/ci/ |
D | rbc_dashboard.py | 202 os.remove(path) 259 os.remove(os.path.join(folder, file))
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 93 1. For each file packaged with the script, remove the corresponding file from 95 2. For each BUILD file packaged with the script, remove the corresponding
|
/build/soong/scripts/hiddenapi/ |
D | analyze_bcpf.py | 1023 os.remove(tmp_flags_file) 1025 os.remove(bcpf_flags_file)
|
12