Loading init/list.h→include/cutils/list.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -14,8 +14,8 @@ * limitations under the License. * limitations under the License. */ */ #ifndef _INIT_LIST_H_ #ifndef _CUTILS_LIST_H_ #define _INIT_LIST_H_ #define _CUTILS_LIST_H_ #include <stddef.h> #include <stddef.h> Loading init/devices.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,12 +34,12 @@ #include <asm/page.h> #include <asm/page.h> #include <sys/wait.h> #include <sys/wait.h> #include <cutils/list.h> #include <cutils/uevent.h> #include <cutils/uevent.h> #include "devices.h" #include "devices.h" #include "util.h" #include "util.h" #include "log.h" #include "log.h" #include "list.h" #define SYSFS_PREFIX "/sys" #define SYSFS_PREFIX "/sys" #define FIRMWARE_DIR1 "/etc/firmware" #define FIRMWARE_DIR1 "/etc/firmware" Loading init/init.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include <sys/un.h> #include <sys/un.h> #include <libgen.h> #include <libgen.h> #include <cutils/list.h> #include <cutils/sockets.h> #include <cutils/sockets.h> #include <cutils/iosched_policy.h> #include <cutils/iosched_policy.h> #include <private/android_filesystem_config.h> #include <private/android_filesystem_config.h> Loading @@ -42,7 +43,6 @@ #include "devices.h" #include "devices.h" #include "init.h" #include "init.h" #include "list.h" #include "log.h" #include "log.h" #include "property_service.h" #include "property_service.h" #include "bootchart.h" #include "bootchart.h" Loading init/init.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ #ifndef _INIT_INIT_H #ifndef _INIT_INIT_H #define _INIT_INIT_H #define _INIT_INIT_H #include "list.h" #include <cutils/list.h> #include <sys/stat.h> #include <sys/stat.h> Loading init/init_parser.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,11 +27,11 @@ #include "parser.h" #include "parser.h" #include "init_parser.h" #include "init_parser.h" #include "log.h" #include "log.h" #include "list.h" #include "property_service.h" #include "property_service.h" #include "util.h" #include "util.h" #include <cutils/iosched_policy.h> #include <cutils/iosched_policy.h> #include <cutils/list.h> #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include <sys/_system_properties.h> #include <sys/_system_properties.h> Loading Loading
init/list.h→include/cutils/list.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -14,8 +14,8 @@ * limitations under the License. * limitations under the License. */ */ #ifndef _INIT_LIST_H_ #ifndef _CUTILS_LIST_H_ #define _INIT_LIST_H_ #define _CUTILS_LIST_H_ #include <stddef.h> #include <stddef.h> Loading
init/devices.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,12 +34,12 @@ #include <asm/page.h> #include <asm/page.h> #include <sys/wait.h> #include <sys/wait.h> #include <cutils/list.h> #include <cutils/uevent.h> #include <cutils/uevent.h> #include "devices.h" #include "devices.h" #include "util.h" #include "util.h" #include "log.h" #include "log.h" #include "list.h" #define SYSFS_PREFIX "/sys" #define SYSFS_PREFIX "/sys" #define FIRMWARE_DIR1 "/etc/firmware" #define FIRMWARE_DIR1 "/etc/firmware" Loading
init/init.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,6 +33,7 @@ #include <sys/un.h> #include <sys/un.h> #include <libgen.h> #include <libgen.h> #include <cutils/list.h> #include <cutils/sockets.h> #include <cutils/sockets.h> #include <cutils/iosched_policy.h> #include <cutils/iosched_policy.h> #include <private/android_filesystem_config.h> #include <private/android_filesystem_config.h> Loading @@ -42,7 +43,6 @@ #include "devices.h" #include "devices.h" #include "init.h" #include "init.h" #include "list.h" #include "log.h" #include "log.h" #include "property_service.h" #include "property_service.h" #include "bootchart.h" #include "bootchart.h" Loading
init/init.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ #ifndef _INIT_INIT_H #ifndef _INIT_INIT_H #define _INIT_INIT_H #define _INIT_INIT_H #include "list.h" #include <cutils/list.h> #include <sys/stat.h> #include <sys/stat.h> Loading
init/init_parser.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,11 +27,11 @@ #include "parser.h" #include "parser.h" #include "init_parser.h" #include "init_parser.h" #include "log.h" #include "log.h" #include "list.h" #include "property_service.h" #include "property_service.h" #include "util.h" #include "util.h" #include <cutils/iosched_policy.h> #include <cutils/iosched_policy.h> #include <cutils/list.h> #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include <sys/_system_properties.h> #include <sys/_system_properties.h> Loading