CN113312314A - Method, device and equipment for android platform repeated file retrieval - Google Patents

Method, device and equipment for android platform repeated file retrieval Download PDF

Info

Publication number
CN113312314A
CN113312314A CN202110616320.XA CN202110616320A CN113312314A CN 113312314 A CN113312314 A CN 113312314A CN 202110616320 A CN202110616320 A CN 202110616320A CN 113312314 A CN113312314 A CN 113312314A
Authority
CN
China
Prior art keywords
files
file
duplicate
target file
file directory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110616320.XA
Other languages
Chinese (zh)
Inventor
董福海
王孟杰
吴义良
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Wanwu Xinsheng Environmental Technology Group Co
Original Assignee
Shanghai Wanwu Xinsheng Environmental Technology Group Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Wanwu Xinsheng Environmental Technology Group Co filed Critical Shanghai Wanwu Xinsheng Environmental Technology Group Co
Priority to CN202110616320.XA priority Critical patent/CN113312314A/en
Publication of CN113312314A publication Critical patent/CN113312314A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1748De-duplication implemented within the file system, e.g. based on file segments

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application provides a technical scheme for retrieving repeated files of an android platform, which comprises the steps of firstly calculating a hash value of each file in a target file directory of the android platform; then, comparing the hash values of the files two by two, and if the hash values of the two files are the same, determining the two files as duplicate files; and traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory. By the technical scheme, after the development of each version of the application program project based on the android platform is completed, the target file directory corresponding to the application program project is searched before the installation package is output, the repeated resources are searched, the redundant resources can be further deleted after the repeated resources are further analyzed, and the installation package without the redundant resources is output. The size of the installation package is reduced, the installation package is convenient to transmit, the occupied space of the application program after installation is reduced, and better experience is brought to a user.

Description

Method, device and equipment for android platform repeated file retrieval
Technical Field
The application relates to the technical field of android platforms, in particular to a technology for retrieving repeated files of the android platform.
Background
When various application projects are developed based on an android platform, various files related to the application projects are increased along with development iteration of the application projects, and particularly, a large number of repeated type files such as pictures exist, so that the generated application program occupies an increased storage space of equipment after being installed. How to efficiently retrieve and process duplicate files is an existing technical problem.
Disclosure of Invention
The application aims to provide a method and equipment for retrieving repeated files of an android platform, and the method and equipment are used for solving the technical problem of how to efficiently retrieve the repeated files in an application program based on the android platform.
According to an aspect of the present application, a method for android platform duplicate file retrieval is provided, wherein the method includes:
calculating the hash value of each file in the target file directory;
comparing the hash values of the files pairwise, and if the hash values of the two files are the same, determining the two files as duplicate files;
and traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory.
Optionally, wherein the calculating the hash value of each file under the target file directory includes:
configuring a target file directory in a predefined building tool plug-in;
and calculating the hash value of each file in the target file directory by adopting a preset algorithm.
Optionally, wherein the preset algorithm is SHA1 algorithm.
Optionally, the method for android platform duplicate file retrieval further includes:
associating the hash value of each file with the storage path thereof, and grouping the files associated with the storage path based on the hash values of the files;
and outputting the packet with the duplicate file.
Optionally, the method further comprises:
and deleting the redundant files according to the output grouping with the repeated files.
According to another aspect of the present application, there is also provided an apparatus for android platform duplicate file retrieval, wherein the apparatus includes:
the first module is used for calculating the hash value of each file in the target file directory;
the second module is used for comparing the hash values of the files two by two, and if the hash values of the two files are the same, determining the two files as duplicate files;
and the third module is used for traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory.
Optionally, the apparatus for android platform duplicate file retrieval further includes:
the fourth module is used for associating the hash value of each file with the storage path thereof and grouping the files associated with the storage path based on the hash values of the files;
a fifth module for outputting the packet with the duplicate file.
Optionally, the apparatus further comprises:
and the sixth module is used for deleting the redundant files according to the output grouping with the repeated files.
Compared with the prior art, the technical scheme for retrieving the duplicate files of the android platform is provided, and the method comprises the steps of firstly calculating the hash value of each file in a target file directory of the android platform; then, comparing the hash values of the files two by two, and if the hash values of the two files are the same, determining the two files as duplicate files; and traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory. By the technical scheme, after the development of each version of the application program project based on the android platform is completed, the target file directory corresponding to the application program project is searched before the installation package is output, the repeated resources are searched, the redundant resources can be further deleted after the repeated resources are further analyzed, and the installation package without the redundant resources is output. The size of the installation package is reduced, the installation package is convenient to transmit, the occupied space of the application program after installation is reduced, and better experience is brought to a user.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments made with reference to the following drawings:
FIG. 1 illustrates a flow diagram of a method for android platform duplicate file retrieval, in accordance with an aspect of the subject application;
FIG. 2 illustrates a schematic diagram of an apparatus for android platform duplicate file retrieval, in accordance with another aspect of the subject application;
the same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present invention is described in further detail below with reference to the attached drawing figures.
In a typical configuration of the present application, the devices, apparatuses, or modules each include one or more processors (CPUs), input/output interfaces, network interfaces, and memories.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transient media), such as modulated data signals and carrier waves.
In order to further explain the technical means and effects adopted by the present application, the following description clearly and completely describes the technical solution of the present application with reference to the accompanying drawings and preferred embodiments.
FIG. 1 shows a flowchart of a method for android platform duplicate file retrieval in one aspect of the subject application, where the method of an embodiment comprises:
s11, calculating the hash value of each file in the target file directory;
s12, comparing the hash values of the files two by two, and if the hash values of the two files are the same, determining that the two files are duplicate files;
s13 traverses each file under the target file directory to complete the retrieval of the duplicate files under the target file directory.
In the present application, the method is performed by a device 1, where the device 1 is a computer device and/or a cloud for application project development of an android platform. Wherein the computer device includes but is not limited to a personal computer, a notebook computer, an industrial computer, a network host, a single network server, a plurality of network server sets; the Cloud is made up of a large number of computers or web servers based on Cloud Computing (Cloud Computing), which is a type of distributed Computing, a virtual supercomputer consisting of a collection of loosely coupled computers.
The computer device and/or cloud are merely examples, and other existing or future devices and/or resource sharing platforms, as applicable to the present application, are also intended to be included within the scope of the present application and are hereby incorporated by reference.
All resources developed on the device 1 for the same application project for the android platform are typically stored under the same file directory.
In this embodiment, in said step S11, the device 1 traverses each file under the target file directory, including each file under each level of subdirectory (if any) under the target file directory, and calculates a hash value of each file.
Optionally, wherein the step S11 includes:
configuring a target file directory in a predefined building tool plug-in;
and calculating the hash value of each file in the target file directory by adopting a preset algorithm.
In an alternative embodiment, the device 1 employs a predefined building tool plug-in, which is the open source tool Gradle for android platform building application items provided by Google (Google). The device 1 constructs a newly developed application project through the Gradle, configures a file directory, and stores files required when the application project is constructed and files produced in the development process. The device 1 also configures a target file directory, where a file directory in which duplicate files may exist is configured as the target file directory, for example, a file directory in which files required for building an application project and files produced in a development process are stored is configured as the target file directory. The target file directory may include sub-file directories thereunder.
Before the application project is developed and the application program installation package is output, a preset algorithm can be adopted to calculate the hash value of each file in the target file directory.
In the application project construction and development process based on the android platform, a large number of picture files (such as png format picture files) are often used for background and other purposes, and the effect of screening out repeated picture files is more obvious for reducing the occupied space of an application program. Thus, the hash value for each png file under the target file directory may also be calculated for a specified type of file, such as a png type of file.
Optionally, wherein the preset algorithm is SHA1 algorithm.
The SHA1(Secure Hash Algorithm1, version 1 of the Secure Hash Algorithm) Algorithm may be used to calculate the Hash value of each file under the target file directory, where the SHA1 Hash value of each file is 20 bytes (160 bits).
Algorithms such as SHA256, MD5(Message-Digest Algorithm5, 5 th edition of Message Digest Algorithm) may also be used to calculate the hash value for each file under the target file directory.
Continuing in the embodiment, after the device 1 calculates the hash value of each file in the target file directory by using the preset algorithm, in step S12, the device 1 compares the hash values of the files two by two, and if the hash values of the two files are the same, it is determined that the two files are duplicate files, that is, the two files are completely the same. For example, if the value of SHA1 of file a in the target file directory is the same as the value of SHA1 of file B in the subdirectory of the target file directory, file a and file B are determined to be duplicate files.
Continuing with the embodiment, in step S13, the device 1 traverses each file in the target file directory, completes the hash value of the two-by-two comparison files between all the files, and completes the retrieval of the duplicate file in the target file directory.
Optionally, the method for android platform duplicate file retrieval further includes:
s14 (not shown) associating the hash value of each file with its storage path, and grouping each file associated with the storage path based on the hash value of the file;
s15 (not shown) outputs the packet in which the duplicate file exists.
In an alternative embodiment, after calculating the hash value of each file in the target file directory, the hash value of the obtained file may be associated with the storage path of the file, and each file associated with the storage path may be grouped based on the hash value of the file, for example, the file name including the storage path (or the full storage path information of the file) is stored in the group by using the hash value of the file or a group code uniquely corresponding to the hash value. After traversing each file in the target file directory, comparing the hash values of the files two by two, and searching all the duplicate files in the target file directory, outputting the packet with the duplicate files, for example, outputting the hash values of the duplicate files or the packet numbers corresponding to the hash values.
Optionally, the method further comprises:
s16 (not shown) deletes redundant files according to the output packet in which duplicate files exist.
The full storage path information of each repeated file corresponding to the hash value can be determined according to the output hash value with the repeated files or the grouping number corresponding to the hash value, and then the redundant files can be deleted after further analysis of repeated resources, so that the size of the storage space occupied by the application program is reduced. For example, if the packet corresponding to the output SHA1 value includes the full storage path information of the duplicate file a and the file B, the duplicate file a (or the file B) may be deleted according to the actual situation of the application program, and only the file B (or the file a) is reserved, thereby achieving the purpose of reducing the storage space occupied by the application program.
The Gradle supports languages such as Java, Groovy, and Scala. The following is part of the basic logic code of an application instance for computing SHA1 values written based on the Java language and grouping files associated with storage paths based on SHA1 values. The method based on the application can also be realized by adopting languages such as Groovy or Scala.
Figure BDA0003097816770000061
FIG. 2 shows a schematic diagram of an apparatus for android platform duplicate file retrieval according to another aspect of the present application, wherein the apparatus of an embodiment comprises:
a first module 21, configured to calculate a hash value of each file in the target file directory;
the second module 22 is configured to compare the hash values of the files two by two, and if the hash values of the two files are the same, determine that the two files are duplicate files;
a third module 23, configured to traverse each file in the target file directory to complete the retrieval of the duplicate file in the target file directory.
Wherein the device is integrated in the same apparatus as the apparatus 1 described above.
In this embodiment, the apparatus adopts the above method, and the first module 21 of the apparatus traverses each file under the target file directory, including each file under each level of subdirectory (if any) under the target file directory, and calculates the hash value of each file; the second module 22 compares the hash values of the two files two by two, and if the hash values of the two files are the same, the two files are determined to be duplicate files, that is, the two files are completely the same; the third module 23 traverses each file in the target file directory, completes the hash value of each two comparison files between all the files, and completes the retrieval of the repeated files in the target file directory.
Optionally, the apparatus for android platform duplicate file retrieval further includes:
a fourth module 24 (not shown) for associating the hash value of each file with its storage path and grouping each file associated with a storage path based on the hash value of the file;
a fifth module 25 (not shown) for outputting the packet in which the duplicate file exists.
In an optional embodiment, after the first module 21 of the apparatus calculates the hash value of each file in the target file directory, the fourth module 24 associates the obtained hash value of the file with the storage path of the file, and groups each file associated with the storage path based on the hash value of the file; the fifth module 25 then outputs the packet in which the duplicate file exists.
Optionally, the apparatus further comprises:
a sixth module 26 (not shown) for deleting redundant files according to the output packet in which duplicate files exist.
In an optional embodiment, the sixth module 26 of the apparatus may determine, according to the output hash value of the duplicate file or the packet number corresponding to the hash value, the full storage path information of each duplicate file corresponding to the hash value, and further may further analyze the duplicate resources and delete the redundant file, so as to reduce the size of the storage space occupied by the application program.
According to yet another aspect of the present application, there is also provided a computer readable medium having computer readable instructions stored thereon which are executable by a processor to implement the foregoing method.
According to still another aspect of the present application, there is also provided an apparatus for android platform duplicate file retrieval, wherein the apparatus includes:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform operations of the method as previously described.
For example, the computer readable instructions, when executed, cause the one or more processors to: calculating the hash value of each file in the target file directory; comparing the hash values of the files pairwise, and if the hash values of the two files are the same, determining the two files as duplicate files; and traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory. Furthermore, the hash value of each file can be associated with the storage path of the file, and each file associated with the storage path can be grouped based on the hash value of the file; and outputting the packet with the duplicate file. And redundant files can also be deleted according to the output grouping with repeated files.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, in an Application Specific Integrated Circuit (ASIC) integrated with software, a general purpose computer or any other similar hardware device.
In addition, some or all of the present application can be applied as a computer program product, such as computer program instructions, which when executed by a computer, can invoke or provide the technical solution according to the present application through the operation of the computer.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (10)

1. A method for android platform duplicate file retrieval, the method comprising:
calculating the hash value of each file in the target file directory;
comparing the hash values of the files pairwise, and if the hash values of the two files are the same, determining the two files as duplicate files;
and traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory.
2. The method of claim 1, wherein calculating the hash value for each file under the target file directory comprises:
configuring a target file directory in a predefined building tool plug-in;
and calculating the hash value of each file in the target file directory by adopting a preset algorithm.
3. The method of claim 2, wherein the predetermined algorithm is the SHA1 algorithm.
4. The method of claim 1, further comprising:
associating the hash value of each file with the storage path thereof, and grouping the files associated with the storage path based on the hash values of the files;
and outputting the packet with the duplicate file.
5. The method of claim 4, further comprising:
and deleting the redundant files according to the output grouping with the repeated files.
6. An apparatus for android platform duplicate file retrieval, the apparatus comprising:
the first module is used for calculating the hash value of each file in the target file directory;
the second module is used for comparing the hash values of the files two by two, and if the hash values of the two files are the same, determining the two files as duplicate files;
and the third module is used for traversing each file in the target file directory to complete the retrieval of the repeated files in the target file directory.
7. The apparatus of claim 6, further comprising:
the fourth module is used for associating the hash value of each file with the storage path thereof and grouping the files associated with the storage path based on the hash values of the files;
a fifth module for outputting the packet with the duplicate file.
8. The apparatus of claim 7, further comprising:
and the sixth module is used for deleting the redundant files according to the output grouping with the repeated files.
9. A computer-readable medium comprising, in combination,
stored thereon readable computer program instructions which are executed by a processor to implement the method of any one of claims 1 to 5.
10. An apparatus for android platform duplicate file retrieval, the apparatus comprising:
one or more processors; and
memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method of any of claims 1 to 5.
CN202110616320.XA 2021-06-02 2021-06-02 Method, device and equipment for android platform repeated file retrieval Pending CN113312314A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110616320.XA CN113312314A (en) 2021-06-02 2021-06-02 Method, device and equipment for android platform repeated file retrieval

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110616320.XA CN113312314A (en) 2021-06-02 2021-06-02 Method, device and equipment for android platform repeated file retrieval

Publications (1)

Publication Number Publication Date
CN113312314A true CN113312314A (en) 2021-08-27

Family

ID=77377031

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110616320.XA Pending CN113312314A (en) 2021-06-02 2021-06-02 Method, device and equipment for android platform repeated file retrieval

Country Status (1)

Country Link
CN (1) CN113312314A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117874827A (en) * 2024-03-12 2024-04-12 武汉华工安鼎信息技术有限责任公司 Secret-related file management method, device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160171009A1 (en) * 2014-12-10 2016-06-16 International Business Machines Corporation Method and apparatus for data deduplication
CN110888842A (en) * 2019-12-02 2020-03-17 中国银行股份有限公司 File storage method, file query method, file storage device, file query device and file query equipment
CN111247509A (en) * 2017-11-08 2020-06-05 麻省理工学院 Systems and related techniques for deduplication of network coded distributed storage
CN111258966A (en) * 2020-01-14 2020-06-09 软通动力信息技术有限公司 Data deduplication method, device, equipment and storage medium
CN111290738A (en) * 2020-01-21 2020-06-16 北京字节跳动网络技术有限公司 Resource processing method, device and equipment of application program and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160171009A1 (en) * 2014-12-10 2016-06-16 International Business Machines Corporation Method and apparatus for data deduplication
CN111247509A (en) * 2017-11-08 2020-06-05 麻省理工学院 Systems and related techniques for deduplication of network coded distributed storage
CN110888842A (en) * 2019-12-02 2020-03-17 中国银行股份有限公司 File storage method, file query method, file storage device, file query device and file query equipment
CN111258966A (en) * 2020-01-14 2020-06-09 软通动力信息技术有限公司 Data deduplication method, device, equipment and storage medium
CN111290738A (en) * 2020-01-21 2020-06-16 北京字节跳动网络技术有限公司 Resource processing method, device and equipment of application program and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117874827A (en) * 2024-03-12 2024-04-12 武汉华工安鼎信息技术有限责任公司 Secret-related file management method, device and storage medium

Similar Documents

Publication Publication Date Title
JP6963006B2 (en) Data storage, data checking, and data concatenation methods and equipment
US8983967B2 (en) Data storage system having mutable objects incorporating time
US11068441B2 (en) Caseless file lookup in a distributed file system
US10140461B2 (en) Reducing resource consumption associated with storage and operation of containers
US8825652B1 (en) Small file aggregation in a parallel computing system
US9367569B1 (en) Recovery of directory information
US10516732B2 (en) Disconnected ingest in a distributed storage system
US10073969B1 (en) File system metadata extension utilizable with object store
US10949486B2 (en) Anchored match algorithm for matching with large sets of URL
US10909086B2 (en) File lookup in a distributed file system
CN113448938A (en) Data processing method and device, electronic equipment and storage medium
US9177034B2 (en) Searchable data in an object storage system
CN110110184B (en) Information inquiry method, system, computer system and storage medium
CN113312314A (en) Method, device and equipment for android platform repeated file retrieval
CN107704464B (en) Method and device for analyzing path of static resource
CN115080114B (en) Application program transplanting processing method, device and medium
US20140379762A1 (en) Content management system
US11132401B1 (en) Distributed hash table based logging service
CN109710833B (en) Method and apparatus for determining content node
CN112765129A (en) Method and equipment for realizing database data version management
CN108351797B (en) Method and system for controlling reparse behavior associated with an intermediate directory
US9183211B1 (en) Cooperative storage of shared files in a parallel computing system with dynamic block size
KR101620782B1 (en) Method and System for Storing Data Block Using Previous Stored Data Block
CN115113798B (en) Data migration method, system and equipment applied to distributed storage
US20230385240A1 (en) Optimizations for data deduplication operations

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210827