Searched refs:rewrite (Results 1 - 14 of 14) sorted by relevance

/build/make/tools/ziptime/
H A DZipTime.cpp42 if (zip.rewrite(argv[1]) != 0) {
43 fprintf(stderr, "Unable to rewrite '%s' as zip archive\n", argv[1]);
H A DZipEntry.cpp50 result = mCDE.rewrite(fp);
52 LOG("mCDE.rewrite failed\n");
64 result = mLFH.rewrite(fp);
66 LOG("mLFH.rewrite failed\n");
87 status_t ZipEntry::LocalFileHeader::rewrite(FILE* fp) function in class:ZipEntry::LocalFileHeader
118 * Read and rewrite the central dir entry that appears next in the file.
124 status_t ZipEntry::CentralDirEntry::rewrite(FILE* fp) function in class:ZipEntry::CentralDirEntry
H A DZipEntry.h67 * our Central Directory entry. And rewrite it.
83 status_t rewrite(FILE* fp);
101 status_t rewrite(FILE* fp);
H A DZipFile.h18 // Class to rewrite zip file headers to remove dynamic timestamps.
43 status_t rewrite(const char* zipFileName);
H A DZipFile.cpp34 * Open a file and rewrite the headers
36 status_t ZipFile::rewrite(const char* zipFileName) function in class:ZipFile
56 * Find the central directory, read and rewrite the contents.
/build/tools/ziptime/
H A DZipTime.cpp42 if (zip.rewrite(argv[1]) != 0) {
43 fprintf(stderr, "Unable to rewrite '%s' as zip archive\n", argv[1]);
H A DZipEntry.cpp50 result = mCDE.rewrite(fp);
52 LOG("mCDE.rewrite failed\n");
64 result = mLFH.rewrite(fp);
66 LOG("mLFH.rewrite failed\n");
87 status_t ZipEntry::LocalFileHeader::rewrite(FILE* fp) function in class:ZipEntry::LocalFileHeader
118 * Read and rewrite the central dir entry that appears next in the file.
124 status_t ZipEntry::CentralDirEntry::rewrite(FILE* fp) function in class:ZipEntry::CentralDirEntry
H A DZipEntry.h67 * our Central Directory entry. And rewrite it.
83 status_t rewrite(FILE* fp);
101 status_t rewrite(FILE* fp);
H A DZipFile.h18 // Class to rewrite zip file headers to remove dynamic timestamps.
43 status_t rewrite(const char* zipFileName);
H A DZipFile.cpp34 * Open a file and rewrite the headers
36 status_t ZipFile::rewrite(const char* zipFileName) function in class:ZipFile
56 * Find the central directory, read and rewrite the contents.
/build/core/tasks/
H A Dmodule-info.mk22 # rewrite the file in that came.
/build/make/core/tasks/
H A Dmodule-info.mk22 # rewrite the file in that came.
/build/core/
H A Dcleanbuild.mk117 define -cs-rewrite-cleanstep
124 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_INTERMEDIATES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_INTERMEDIATES))\
125 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_SHARED_LIBRARIES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES))\
126 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES))\
127 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_INTERMEDIATES),$(TARGET_OUT_INTERMEDIATES))\
128 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES),$(TARGET_OUT_SHARED_LIBRARIES))\
129 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES))\
/build/make/core/
H A Dcleanbuild.mk117 define -cs-rewrite-cleanstep
124 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_INTERMEDIATES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_INTERMEDIATES))\
125 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_SHARED_LIBRARIES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES))\
126 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES))\
127 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_INTERMEDIATES),$(TARGET_OUT_INTERMEDIATES))\
128 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES),$(TARGET_OUT_SHARED_LIBRARIES))\
129 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES))\

Completed in 79 milliseconds