Searched refs:create (Results 1 - 25 of 30) sorted by relevance

12

/build/make/tools/ijar/
H A Dzip_main.cc102 fprintf(stderr, "Cannot create folder %s: %s\n",
179 // Execute the create operation
180 int create(char *zipfile, char **files, bool flatten, bool verbose, function in namespace:devtools_ijar
189 fprintf(stderr, "Unable to create zip file %s: %s.\n",
259 fprintf(stderr, " c create - add files to x.zip\n");
260 fprintf(stderr, " f flatten - flatten files to use with create operation\n");
262 " C compress - compress files when using the create operation\n");
270 bool create = false; local
287 create = true;
299 if (create) {
[all...]
/build/tools/ijar/
H A Dzip_main.cc102 fprintf(stderr, "Cannot create folder %s: %s\n",
179 // Execute the create operation
180 int create(char *zipfile, char **files, bool flatten, bool verbose, function in namespace:devtools_ijar
189 fprintf(stderr, "Unable to create zip file %s: %s.\n",
259 fprintf(stderr, " c create - add files to x.zip\n");
260 fprintf(stderr, " f flatten - flatten files to use with create operation\n");
262 " C compress - compress files when using the create operation\n");
270 bool create = false; local
287 create = true;
299 if (create) {
[all...]
/build/core/
H A Djava_library.mk91 $(create-empty-package)
H A Dexecutable_prefer_symlink.mk1 # include this makefile to create the LOCAL_MODULE symlink to the primary version binary.
H A Dpackage_internal.mk422 $(create-resource-java-files)
441 $(create-empty-package)
593 $(create-empty-package)
597 $(create-empty-package))
684 $(call create-suite-dependencies)
H A Ddpi_specific_apk.mk57 $(create-empty-package))
H A Ddex_preopt_libart_boot.mk34 # If we have a compiled-classes file, create a parameter.
H A Dhost_dalvik_java_library.mk193 $(create-empty-package)
H A Dstatic_java_library.mk174 $(create-resource-java-files)
H A Ddex_preopt_odex_install.mk140 --create-profile-from=$(PRIVATE_SOURCE_CLASSES) \
H A Ddefinitions.mk1707 define create-dummy.o-if-no-objs
1728 $(call create-dummy.o-if-no-objs,$@.tmp)
1911 ## Clang driver needs -static to create static executable.
2012 # any resource files the first time, only create classes during that stage;
2020 define create-resource-java-files
2289 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2405 ## Rule to create a table of contents from a .jar file.
2424 ## Rule to create a table of contents from a .dex file.
2479 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2571 # $(1) package to create
[all...]
H A Dbase_rules.mk278 # Assemble the list of targets to create PRIVATE_ variables for.
466 $(call create-suite-dependencies)
H A DMakefile1346 define create-system-vendor-symlink
1355 define create-system-vendor-symlink
1362 $(call create-system-vendor-symlink)
1436 $(call create-system-vendor-symlink)
2048 # This zip can be used to create an OTA package or filesystem image
2160 $(call create-system-vendor-symlink)
2297 # We need to create userdata.img with real data because the instrumented libraries are in userdata.img.
2735 # in order to find the Linux SDK used to create the Windows one.
H A Dconfig.mk712 # directories will create the same output.
/build/make/core/
H A Djava_library.mk91 $(create-empty-package)
H A Dexecutable_prefer_symlink.mk1 # include this makefile to create the LOCAL_MODULE symlink to the primary version binary.
H A Dpackage_internal.mk422 $(create-resource-java-files)
441 $(create-empty-package)
593 $(create-empty-package)
597 $(create-empty-package))
684 $(call create-suite-dependencies)
H A Ddpi_specific_apk.mk57 $(create-empty-package))
H A Ddex_preopt_libart_boot.mk34 # If we have a compiled-classes file, create a parameter.
H A Dhost_dalvik_java_library.mk193 $(create-empty-package)
H A Dstatic_java_library.mk174 $(create-resource-java-files)
H A Ddex_preopt_odex_install.mk140 --create-profile-from=$(PRIVATE_SOURCE_CLASSES) \
H A Ddefinitions.mk1707 define create-dummy.o-if-no-objs
1728 $(call create-dummy.o-if-no-objs,$@.tmp)
1911 ## Clang driver needs -static to create static executable.
2012 # any resource files the first time, only create classes during that stage;
2020 define create-resource-java-files
2289 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2405 ## Rule to create a table of contents from a .jar file.
2424 ## Rule to create a table of contents from a .dex file.
2479 $(hide) $(call create-empty-package-at,$@.res.tmp.zip)
2571 # $(1) package to create
[all...]
H A Dbase_rules.mk278 # Assemble the list of targets to create PRIVATE_ variables for.
466 $(call create-suite-dependencies)
H A DMakefile1346 define create-system-vendor-symlink
1355 define create-system-vendor-symlink
1362 $(call create-system-vendor-symlink)
1436 $(call create-system-vendor-symlink)
2048 # This zip can be used to create an OTA package or filesystem image
2160 $(call create-system-vendor-symlink)
2297 # We need to create userdata.img with real data because the instrumented libraries are in userdata.img.
2735 # in order to find the Linux SDK used to create the Windows one.

Completed in 775 milliseconds

12