Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 66) sorted by relevance

123

/build/soong/provenance/tools/
Dgen_provenance_metadata_test.py127 os.remove(artifact_file)
128 os.remove(metadata_file)
129 os.remove(attestation_file)
/build/make/target/board/mainline_arm64/sepolicy/
Dfile.te1 # TODO(b/143732851): remove this file when the mainline system image
Dfile_contexts1 # TODO(b/143732851): remove this file when the mainline system image
/build/bazel/rules/cc/
Dcfi_transitions.bzl49 new_cli_features.remove(DISABLE_CFI_FEATURE)
54 new_cli_features.remove(CFI_FEATURE)
59 # remove it from shared deps that it's added to. It is also used to prevent
64 new_cli_features.remove(CFI_FEATURE)
Dlto_transitions.bzl53 new_cli_features.remove(LTO_FEATURE)
Dcc_prebuilt_library_shared.bzl54 # TODO(b/279433767): remove once cc_library_shared is stable
Dmemtag_heap_transitions.bzl25 list.remove(item)
/build/soong/scripts/
Dstrip.sh46 --remove-build-id Remove the gnu build-id section in out-file
83 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
104 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
140 …"${CLANG_BIN}/llvm-strip" --remove-section=.note.gnu.build-id "${outfile}.tmp" -o "${outfile}.tmp.…
157 remove-build-id) remove_build_id=true ;;
/build/make/target/board/generic_arm64/sepolicy/
Dfile.te1 # TODO(b/36764215): remove this file when the generic system image
Dfile_contexts1 # TODO(b/36764215): remove this file when the generic system image
/build/make/tools/
Dcheck_identical_lib.sh23 --remove-build-id
/build/soong/python/scripts/
Dprecompile_python.py58 os.remove(in_name)
59 os.remove(out_name)
/build/bazel/rules/fdo/
Dfdo_profile.bzl15 # fdo_profile is a temporary wrapper of native.fdo_profile to remove hard-coded
/build/soong/android/
Draw_files.go103 func (t *tempFile) remove() error { func
161 tempFile.remove()
173 tempFile.remove()
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.cpp65 std::remove(package_map.c_str()); in TearDown()
66 std::remove(flag_map.c_str()); in TearDown()
67 std::remove(flag_val.c_str()); in TearDown()
68 std::remove(flag_info.c_str()); in TearDown()
/build/soong/bpf/
Dbpf.go51 Command: `$stripCmd --strip-unneeded --remove-section=.rel.BTF ` +
52 `--remove-section=.rel.BTF.ext --remove-section=.BTF.ext $in -o $out`,
/build/make/tools/aconfig/aconfig/src/codegen/
Djava.rs638 file_set.remove(file_path); in test_generate_java_code_production()
824 file_set.remove(file_path); in test_generate_java_code_exported()
949 file_set.remove(file_path); in test_generate_java_code_test()
1221 file_set.remove(file_path); in test_generate_java_code_force_read_only()
/build/bazel/rules/bpf/
Dbpf.bzl102 args.add("--remove-section=.rel.BTF")
103 args.add("--remove-section=.rel.BTF.ext")
104 args.add("--remove-section=.BTF.ext")
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.cpp58 std::remove(flag_val.c_str()); in TearDown()
59 std::remove(flag_info.c_str()); in TearDown()
/build/bazel/rules/rust/
Drust_ffi_static.bzl49 # TODO: b/305274034 - remove cc_prebuilt_library_static if we can
/build/make/target/product/gsi/
DAndroid.bp41 // TODO: remove this symlink when no need to support new GSI on Android 10.
/build/bazel/toolchains/rust/
Dflags.bzl26 _global_rustc_flags.remove("--color=always")
/build/make/core/
Dhost_java_library.mk91 $(remove-timestamps-from-package)
/build/make/tools/releasetools/
Dbuild_image.py120 os.remove(unsparse_image_path)
142 os.remove(unsparse_image_path)
493 os.remove(unsparse_image)
563 os.remove(image_path)
586 os.remove(out_file)
630 os.remove(out_file)
/build/make/tools/zipalign/
DZipFile.h128 status_t remove(ZipEntry* pEntry);

123