Loading init/property_service.c +1 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,7 @@ static void write_persistent_property(const char *name, const char *value) return; } write(fd, value, strlen(value)); fsync(fd); close(fd); snprintf(path, sizeof(path), "%s/%s", PERSISTENT_PROPERTY_DIR, name); Loading Loading
init/property_service.c +1 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,7 @@ static void write_persistent_property(const char *name, const char *value) return; } write(fd, value, strlen(value)); fsync(fd); close(fd); snprintf(path, sizeof(path), "%s/%s", PERSISTENT_PROPERTY_DIR, name); Loading